Jump to content

Wrap caption of Tunimcheckbox


Mehmet Emin

Recommended Posts

28 minutes ago, Mehmet Emin said:

How can I wrap the caption of Tunimcheckbox.

I dont want to use <br> in the caption. I need to wrap it based on available size.

Hello,

procedure TMainmForm.UnimFormCreate(Sender: TObject);
begin
  UnimCheckBox1.JSInterface.JSConfig('labelWrap', [True]);
end;
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...