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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...