[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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; |
lazarus-ccr.sourceforge.net |