TComponent.FindComponent
Finds and returns the named component in the owned components.
Declaration
Source position: classesh.inc line 2120
public
function FindComponent(const AName: string) : TComponent;
Description
FindComponent searches the component with name AName in the list of owned components. If AName is empty, then Nil is returned.
See also
| Name | Description |
|---|---|
| Components | Indexed list (zero-based) of all owned components. |
| Name | Name of the component. |