|
<< Click to Display Table of Contents >> Navigation: Types > TIWOnCellClick |
SIGNATURE=IWCompGridCommon.TIWOnCellClick
ETYPE=Type
Declaration:
Delphi: |
TIWOnCellClick = procedure (ASender: TObject; const ARow: Integer; const AColumn: Integer) of object; |
C++: |
void (ASender: TObject; const ARow: Integer; const AColumn: Integer) ( TIWOnCellClick)(); |
Unit: IWCompGridCommon.pas
Description: This is type IWCompGridCommon.TIWOnCellClick.