EhLib.Com
https://forum.ehlib.com/en/

DBGridEh1 SearchPanel language
https://forum.ehlib.com/en/viewtopic.php?f=5&t=1082
Page 1 of 1

Author:  redsea71 [ 27 Mar 2021, 17:04 ]
Post subject:  DBGridEh1 SearchPanel language

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 975 times ]

Author:  EhLibSupport [ 29 Mar 2021, 12:57 ]
Post subject:  Re: DBGridEh1 SearchPanel language

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.

Author:  redsea71 [ 30 Mar 2021, 07:56 ]
Post subject:  Re: DBGridEh1 SearchPanel language

Thank you

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/