Executes the specified procedure for each of the children in Actions.
Source position: actnlist.pas line 94
protected procedure TCustomActionList.GetChildren( |
Proc: TGetChildProc; |
Root: TComponent |
); override; |
Proc |
|
Object procedure to execute for each of the children in the component. |
Root |
|
Not used in the method. |
|
The indexed list of actions. |
|
TComponent |
||
TGetChildProc |