[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 674
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.
|
Handler for MouseMove events. |
|
|
Invokes the OnMouseUp handler. |
|
|
Performs actions needed to handle mouse double click events in the control. |
lazarus-ccr.sourceforge.net |