[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Read handler for the TCollection.Items property.
Source position: classesh.inc line 486
protected function TCollection.GetItem( |
Index: Integer |
GetItem is the read handler for the TCollection.Items property. It returns the Index-th element from the list of objects.
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. |
|
|
Write handler for the TCollection.Items property. |
lazarus-ccr.sourceforge.net |