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

TWinControl.GetChildren

Calls Proc with every child control, owned by Root.

Declaration

Source position: controls.pp line 2031

protected procedure TWinControl.GetChildren(

  Proc: TGetChildProc;

  Root: TComponent

); override;

Arguments

Proc

  

The callback procedure.

Root

  

The Owner of the reported controls.

See also

TComponent.GetChildren

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