Components for Delphi and C++ Builder.

Go to Russian forum
Go to EhLib.com
It is currently 28 Mar 2024, 15:30

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 16 Jul 2022, 21:48 
Offline

Joined: 29 Oct 2013, 11:58
Posts: 13
Hello ...
i can't get access to event GetGrouprRowText on runtime (no problem on design time)

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


Top
 Profile  
 
PostPosted: 16 Jul 2022, 23:51 
Offline

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

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

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

_________________
Best regards
EhLib Support Team


Top
 Profile  
 
PostPosted: 19 Jul 2022, 18:55 
Offline

Joined: 29 Oct 2013, 11:58
Posts: 13
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.


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: Bing [Bot] and 48 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