Type used for a callback method, to be called for all children of a control.
Source position: controls.pp line 1855
type TGetChildProc = procedure( |
Child: TComponent |
) of object; |
Child |
|
The child control. |
|
Calls the specified procedure for each child control with Root as the Owner. |
| Version 4.4 | Generated 2025-11-08 | Home |