[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Grids' (#lcl)

TGridMessage

Declaration

Source position: grids.pas line 189

type TGridMessage = record

  LclMsg: TLMessage;

  Grid: TCustomGrid;

  

  Col: Integer;

  

  Row: Integer;

  

  Value: String;

  

  CellRect: TRect;

  

  Options: Integer;

  

end;

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads