[Overview][Types][Classes][Procedures and functions] |
Add a component to the list.
Source position: contnrs.pp line 104
public function TComponentList.Add( |
AComponent: TComponent |
):Integer; |
AComponent |
|
The component to add. |
Index at which the component was added.
Addoverrides the Addoperation of it's ancestors, so it only accepts TComponentinstances. It introduces no new behaviour.
The function returns the index at which the component was added.
If not enough memory is available to expand the list, an exception may be raised.
TObectList.Add |