[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
Index-based access to the elements in the list.
Source position: contnrs.pp line 111
public property TComponentList.Items: TComponent |
Items provides access to the components in the list using an index. It simply overrides the default property of the parent classes so it returns/accepts TComponent instances only. Note that the index is zero based.
|
Indexed access to the elements of the list. |
No notes exist for this page yet.