Unit 'ActnList' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomActionList.GetChildren

Executes the specified procedure for each of the children in Actions.

Declaration

Source position: actnlist.pas line 94

protected procedure TCustomActionList.GetChildren(

  Proc: TGetChildProc;

  Root: TComponent

); override;

Arguments

Proc

  

Object procedure to execute for each of the children in the component.

Root

  

Not used in the method.

See also

TCustomActionList.Actions

  

The indexed list of actions.

TComponent

TGetChildProc