[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Finds and returns the named component in the owned components.
Source position: classesh.inc line 1652
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. |
lazarus-ccr.sourceforge.net |