Components for Delphi and C++ Builder.

Go to Russian forum
Go to EhLib.com
It is currently 28 Mar 2024, 21:08

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 27 Mar 2021, 17:04 
Offline

Joined: 15 Mar 2021, 16:33
Posts: 37
Hi
I wand to change the word Search in DBGridEh SearchPanel (pls see the pict) to other language.
Best Ragards


Attachments:
ehlib2.jpg
ehlib2.jpg [ 86.4 KiB | Viewed 900 times ]
Top
 Profile  
 
PostPosted: 29 Mar 2021, 12:57 
Offline

Joined: 08 May 2014, 18:06
Posts: 660
Hello

Use global property SearchPanelEditorPromptText from TEhLibLanguageConsts class

Code:
unit Unit1;
...
uses ... EhLibLangConsts
...
initialization
  EhLibLanguageConsts.SearchPanelEditorPromptText := 'My Search ...';
end.


Assign EhLibLanguageConsts.SearchPanelEditorPromptText before the Form is created.

_________________
Best regards
EhLib Support Team


Top
 Profile  
 
PostPosted: 30 Mar 2021, 07:56 
Offline

Joined: 15 Mar 2021, 16:33
Posts: 37
Thank you


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group