[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Invokes Proc for all Controls and also for all Components with no Parent.
Source position: forms.pp line 304
public procedure TCustomFrame.GetChildren( |
Proc: TGetChildProc; |
Root: TComponent |
); override; |
Proc |
|
The callback method. |
Root |
|
Components are enumerated only if Root=Self. |
TComponent.GetChildren |
||
|
Calls Proc with every child control, owned by Root. |
lazarus-ccr.sourceforge.net |