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

TGridDataCache

Declaration

Source position: grids.pas line 580

type TGridDataCache = record

  FixedWidth: Integer;

  

  FixedHeight: Integer;

  

  GridWidth: Integer;

  

  GridHeight: Integer;

  

  ClientWidth: Integer;

  

  ClientHeight: Integer;

  

  ClientRect: TRect;

  ScrollWidth: Integer;

  

  ScrollHeight: Integer;

  

  VisibleGrid: TRect;

  

  MaxClientXY: Tpoint;

  

  ValidRows: Boolean;

  

  ValidCols: Boolean;

  

  ValidGrid: Boolean;

  

  AccumWidth: TList;

  

  AccumHeight: TList;

  

  TLColOff: Integer;

  

  TLRowOff: Integer;

  

  MaxTopLeft: TPoint;

  

  HotCell: TPoint;

  

  HotCellPainted: Boolean;

  

  HotGridZone: TGridZone;

  

  ClickCell: TPoint;

  

  ClickMouse: TPoint;

  

  PushedCell: TPoint;

  

  PushedMouse: TPoint;

  

  ClickCellPushed: Boolean;

  

  FullVisibleGrid: TRect;

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.