[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Stores size and movement data for columns or rows in a grid.
Source position: grids.pas line 677
type TSizingRec = record |
||
Index: Integer; |
|
|
OffIni: Integer; |
|
|
OffEnd: Integer; |
|
|
DeltaOff: Integer; |
|
|
PrevLine: Boolean; |
|
|
PrevOffset: Integer; |
|
|
end; |
TSizingRec is a record type used to store size and positioning information for columns or rows in TCustomGrid and descendent classes. TSizingRec is the type used for an internal member in TCustomGrid used in method that perform column or row sizing operations.
|
Applies a change in the mouse pointer position to the grid control. |
|
|
Handles a mouse up event for the grid control. |
|
|
Performs actions needed to handle mouse double click events in the control. |