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