[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Finds and returns the named component in the owned components.
Source position: classesh.inc line 1351
public function TComponent.FindComponent( |
const AName: String |
):TComponent; |
FindComponentsearches the component with name ANamein the list of owned components. If ANameis empty, then Nilis returned.
|
Indexed list (zero-based) of all owned components. |
|
|
Name of the component. |