TdxDynamicListItem.ShiftIndex(Integer) Method
Changes the item’s index within the dynamic list by the specified value.
Declaration
procedure ShiftIndex(ADelta: Integer); virtual;
Parameters
Name | Type |
---|---|
ADelta | Integer |
Remarks
Normally, the dynamic list’s ShiftIndexes procedure calls ShiftIndex internally to update the item’s Index property value. To perform actions concomitant to moving items within dynamic lists specific TdxDynamicListItem class descendants, override the ShiftIndex procedure with custom implementations.
See Also