[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Write method for the TCollectionItem.Index property.
Source position: classesh.inc line 441
protected procedure TCollectionItem.SetIndex( |
Value: Integer |
); virtual; |
SetIndex implements the write handler for the TCollectionItem.Index property. It requests the managing collection to move this item to the desired index value.
|
Index of the item in its managing collection TCollection.Items property. |
lazarus-ccr.sourceforge.net |