Jump to content

Any idea to set color with UniCheckBox.FieldLabel?


zhyhero

Recommended Posts

3 hours ago, Sherzod said:

Hi,

You can use this approach for now:


procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  TUniEdit(UniCheckBox1).FieldLabelFont.Color := clGreen;
end;

 

Thank you .

I will try this.

UniCheckBox.FieldLabelFont is missing ?

Link to comment
Share on other sites

  • 1 year later...

Would be great if you in next version would be able to make sure all form controls had the same generic properties published through the Delphi interface.

Today I find it hard to easily design forms as some controls have some properties published but others haven't got them. 

For example is the FieldLabelFont avaiable in TUniDbNumberEdit and in TUniDbDateTimePicker, but not in TUniDbEdit and TUniDBFormattedNumberEdit?

Alignment is not available in TUniDbDateTimePicker and in TUniDbLookupComboBox? (Also that some controls don't have LayoutConfig published that I've as well commented in another thread.)

:rolleyes:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...