[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Invokes Proc for all Controls and also for all Components without a Parent.
Source position: forms.pp line 335
public procedure TCustomFrame.GetChildren( |
Proc: TGetChildProc; |
Root: TComponent |
); override; |
Proc |
|
The callback method. |
Root |
|
Components are enumerated only if Root=Self. |
|
Calls the specified procedure for each child control with Root as the Owner. |
Version 4.0 | Generated 2025-05-03 | Home |