jahlxx Posted January 13, 2017 Posted January 13, 2017 Hi. Does uninumberedit has fieldlabel property? If not, any workaround? THanks. Quote
Sherzod Posted January 13, 2017 Posted January 13, 2017 Hi, For now you can use like this: procedure TMainForm.UniFormCreate(Sender: TObject); begin with TUniEdit(UniNumberEdit1) do begin FieldLabel := 'Text'; FieldLabelWidth := 40; UniNumberEdit1.Width := 200; end; end; Best regards. Quote
jahlxx Posted January 13, 2017 Author Posted January 13, 2017 Ok. Thanks. Works. Should be that property in the property list of uninumberedit, like in other components? Quote
jahlxx Posted January 17, 2017 Author Posted January 17, 2017 Hi. fieldlabels, support expressions like: lookupcombox.fieldlabel := 'text ' + ' <img src="files/img.jpg" border="0" width="13" Can unilabel supports this too? I', trying with no success. Thanks. Quote
Hayri ASLAN Posted January 17, 2017 Posted January 17, 2017 Hi. fieldlabels, support expressions like: lookupcombox.fieldlabel := 'text ' + ' <img src="files/img.jpg" border="0" width="13" Can unilabel supports this too? I', trying with no success. Thanks. Please set TextConversion:=txtHTML; 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.