[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies an event handler signalled when the display order of rows or columns is changed
Source position: dbgrids.pas line 103
type TMovedEvent = procedure( |
Sender: TObject; |
FromIndex: Integer; |
ToIndex: Integer |
) of object; |
Sender |
|
Grid control for the event |
FromIndex |
|
Previous ordinal position for the event |
ToIndex |
|
New ordinal position for the event |
TMovedEvent specifies an event handler signalled when the display order of rows or columns is changed. TMovedEvent is the type used for the OnColumnMoved and OnRowMoved properties in TDBGrid.
lazarus-ccr.sourceforge.net |