Jump to content

Emptytext property on db components


d.bernaert

Recommended Posts

1 hour ago, d.bernaert said:

But i notice this property does not exist, is there a reason for this?

Hi Dominique.

I think this is correct by design.

But you can try to use something like this:

//for example
procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  TUniEdit(UniDBEdit1).EmptyText := 'Please, enter...';
end;

 

Link to comment
Share on other sites

9 hours ago, Sherzod said:

Hi Dominique.

I think this is correct by design.

But you can try to use something like this:

//for example
procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  TUniEdit(UniDBEdit1).EmptyText := 'Please, enter...';
end;

 

1552:

You can use UnimDBEdit1->EmptyText

Link to comment
Share on other sites

On 10/5/2021 at 9:35 PM, Sherzod said:

Hi Dominique.

I think this is correct by design.

But you can try to use something like this:

//for example
procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  TUniEdit(UniDBEdit1).EmptyText := 'Please, enter...';
end;

 

hi
In this case we should write more code 
please support it

Link to comment
Share on other sites

  • 1 month 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...