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

datagrouping OnGetGroupRowText
https://forum.ehlib.com/en/viewtopic.php?f=5&t=1162
Page 1 of 1

Author:  souarit [ 16 Jul 2022, 21:48 ]
Post subject:  datagrouping OnGetGroupRowText

Hello ...
i can't get access to event GetGrouprRowText on runtime (no problem on design time)

Code:
dbGridEh1.DataGrouping.GroupLevels.Items[0].onGetGroupRowText := DBGridEh1TDBGridEhDataGroupsEhGroupLevels1GetGroupRowText;

Author:  EhLibSupport [ 16 Jul 2022, 23:51 ]
Post subject:  Re: datagrouping OnGetGroupRowText

Hello

Use the following cast to access this event at run-time.

Code:
  TDBGridEhDataGroupLevelEh(DBGridEh1.DataGrouping.GroupLevels.Items[0]).OnGetGroupRowText := DBGridEh1TDBGridEhDataGroupsEhGroupLevels0GetGroupRowText;

Author:  souarit [ 19 Jul 2022, 18:55 ]
Post subject:  Re: datagrouping OnGetGroupRowText

EhLibSupport wrote:
Hello

Use the following cast to access this event at run-time.

Code:
  TDBGridEhDataGroupLevelEh(DBGridEh1.DataGrouping.GroupLevels.Items[0]).OnGetGroupRowText := DBGridEh1TDBGridEhDataGroupsEhGroupLevels0GetGroupRowText;


worked perfectly ..thank you too much for your help.

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