Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TGridMessage

Declaration

Source position: grids.pas line 223

type TGridMessage = record

  LclMsg: TLMessage;

  

  Grid: TCustomGrid;

  

  Col: Integer;

  

  Row: Integer;

  

  Value: string;

  

  CellRect: TRect;

  

  Options: Integer;

  

end;



CT Web help

CodeTyphon Studio