[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Calls the specified procedure for each child control owned by the control in Root.
Source position: controls.pp line 2116
protected procedure TWinControl.GetChildren( |
Proc: TGetChildProc; |
Root: TComponent |
); override; |
Proc |
|
The callback procedure. |
Root |
|
Owner of the affected controls. |
lazarus-ccr.sourceforge.net |