Jump to content

Recommended Posts

Posted
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
×
×
  • Create New...