[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 99
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.
|
Event handler signalled when the order of a column is changed. |
|
|
Event handler signalled when a row is moved on the grid control. |
Version 4.0 | Generated 2025-05-03 | Home |