pro_imaj Posted November 22, 2016 Posted November 22, 2016 Merhaba; Delphi bileşenlerinde olduğu gibi; CheckBox=>Caption := ' Ad'; Yazdığımızda aynen yazdığımız gibi ekrana çıkarken unigui tarafında başındaki boşlukları siliyor, bunu nasıl yapabilirim. Teşekkürler. Quote
Sherzod Posted November 22, 2016 Posted November 22, 2016 Merhaba, 1. uses ... UniGUIJSInterface; 2. procedure TMainForm.UniFormCreate(Sender: TObject); begin IUniJSInterface(UniCheckBox1).JSCall('setBoxLabel', [' Test']); end; Quote
pro_imaj Posted November 22, 2016 Author Posted November 22, 2016 Merhaba, 1. uses ... UniGUIJSInterface; 2. procedure TMainForm.UniFormCreate(Sender: TObject); begin IUniJSInterface(UniCheckBox1).JSCall('setBoxLabel', [' Test']); end; İlginiz için çok teşekkür ederim. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.