TIWGetCellRenderOptionsEvent

<< Click to Display Table of Contents >>

Navigation:  Types >

TIWGetCellRenderOptionsEvent

SIGNATURE=IWCompGrids.TIWGetCellRenderOptionsEvent

 

ETYPE=Type

 

Declaration:

Delphi:

TIWGetCellRenderOptionsEvent = procedure (Sender: TObject; Row,Col: Integer; var CellOptions: TIWCellRenderOptions) of object;

C++:

void (Sender: TObject; Row,Col: Integer; var CellOptions: TIWCellRenderOptions) ( TIWGetCellRenderOptionsEvent)();

 

Unit: IWCompGrids.pas

 

Description: This is type IWCompGrids.TIWGetCellRenderOptionsEvent.