Jump to content

UniDbNumberEdit and UniDbFormattedNumberEdit


MarcoZC

Recommended Posts

Hi, I am testing the different types of UniDbEdit and I have detected that some of them do not have the LayouConfig property, specifically UniDbNumberEdit and UniDbFormattedNumberEdit. It seems strange to me if we consider that UniNumberEdit and UniFormattedNumberEdit if they have it. Is it a design error of the class or is there a reason for this?

Link to comment
Share on other sites

3 hours ago, MarcoZC said:

Hi, I am testing the different types of UniDbEdit and I have detected that some of them do not have the LayouConfig property, specifically UniDbNumberEdit and UniDbFormattedNumberEdit. It seems strange to me if we consider that UniNumberEdit and UniFormattedNumberEdit if they have it. Is it a design error of the class or is there a reason for this?

Hi,

Just not added as a Published.

You can use like this at the moment:

procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  TUniDBEdit(UniDBNumberEdit1).LayoutConfig...
end;

 

Link to comment
Share on other sites

  • 9 months later...
  • 4 weeks later...

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...