[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Write handler for the TCollection.Items property.
Source position: classesh.inc line 487
protected procedure TCollection.SetItem( |
Index: Integer; |
Value: TCollectionItem |
); |
SetItem implements the write handler for the TCollection.Items property. It assignes Value to the Index-th element in the array. For this to work properly, the TPersistent.Assign method of the Item must work correctly.
If Index is outside the allowed range, then an EListError exception is raised.
|
Indexed array of items in the collection. |
|
|
Number of items in the collection. |
|
|
Read handler for the TCollection.Items property. |
lazarus-ccr.sourceforge.net |