[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Finds and returns the named component in the owned components.
Source position: classesh.inc line 1375
public function TComponent.FindComponent( |
const AName: String |
):TComponent; |
FindComponent searches the component with name AName in the list of owned components. If AName is empty, then Nil is returned.
|
Indexed list (zero-based) of all owned components. |
|
|
Name of the component. |
No notes exist for this page yet.