[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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. |
|
Provides indexed access to actions in the list by their ordinal position. |
|
TComponent |
||
TGetChildProc |