Mehmet Emin Posted May 19, 2020 Posted May 19, 2020 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. Thanks
Sherzod Posted May 19, 2020 Posted May 19, 2020 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; 1
Recommended Posts