Finds a child control with the specified name.
Source position: controls.pp line 2403
public function TWinControl.FindChildControl( |
const ControlName: string |
):TControl; |
ControlName |
|
The name of the control to find (case insensitive). |
Control with the given name or nil.
Only finds direct children, no recursion. The name is case insensitive.
Note that unique names are not guaranteed for components created in code (if they have different owners). Therefore, only the first matching control will be returned.
| Version 4.4 | Generated 2025-11-08 | Home |