[Overview][Types][Classes][Index] |
Not used in the current LazUtils version.
Source position: dynamicarray.pas line 29
type TOnExchangeItem = procedure( |
Sender: TObject; |
Index: Integer; |
WithIndex: Integer |
) of object; |
Sender |
|
The instance of the TArray that causes the Exchange event. |
Index |
|
Ordinal position for an array element exchanged in the handler. |
WithIndex |
|
Ordinal position for an array element exchanged in the handler. |
Version 4.0 | Generated 2025-05-03 | Home |