|
<< Click to Display Table of Contents >> Navigation: Types > TRowEvent |
SIGNATURE=IWjQGrid.TRowEvent
ETYPE=Type
Declaration:
Delphi: |
TRowEvent = procedure (Sender: TObject; const RowID: string) of object; |
C++: |
void (Sender: TObject; const RowID: string) ( TRowEvent)(); |
Unit: IWjQGrid.pas
Description: This is type IWjQGrid.TRowEvent.