[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TCustomFrame.GetChildren

Invokes Proc for all Controls and also for all Components with no Parent.

Declaration

Source position: forms.pp line 304

public procedure TCustomFrame.GetChildren(

  Proc: TGetChildProc;

  Root: TComponent

); override;

Arguments

Proc

  

The callback method.

Root

  

Components are enumerated only if Root=Self.

See also

TComponent.GetChildren

TWinControl.GetChildren

  

Calls Proc with every child control, owned by Root.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.