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

TGridDataCache

Declaration

Source position: grids.pas line 688

type TGridDataCache = record

  FixedWidth: Integer;

  

  FixedHeight: Integer;

  

  GridWidth: Integer;

  

  GridHeight: Integer;

  

  ClientWidth: Integer;

  

  ClientHeight: Integer;

  

  ClientRect: TRect;

  

  ScrollWidth: Integer;

  

  ScrollHeight: Integer;

  

  HScrollBarNetRange: Integer;

  

  VisibleGrid: TRect;

  

  MaxClientXY: Tpoint;

  

  ValidRows: Boolean;

  

  ValidCols: Boolean;

  

  ValidGrid: Boolean;

  

  AccumWidth: TIntegerList;

  

  AccumHeight: TIntegerList;

  

  TLColOff: Integer;

  

  TLRowOff: Integer;

  

  MaxTopLeft: TPoint;

  

  MaxTLOffset: TPoint;

  

  HotCell: TPoint;

  

  HotCellPainted: Boolean;

  

  HotGridZone: TGridZone;

  

  ClickCell: TPoint;

  

  ClickMouse: TPoint;

  

  PushedCell: TPoint;

  

  PushedMouse: TPoint;

  

  ClickCellPushed: Boolean;

  

  FullVisibleGrid: TRect;

  

  MouseCell: TPoint;

  

  OldMaxTopLeft: TPoint;

  

end;



CT Web help

CodeTyphon Studio