[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'ActnList' (#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

  

Provides indexed access to actions in the list by their ordinal position.

TComponent

TGetChildProc


Version 4.0 Generated 2025-05-03 Home