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

TGetChildProc

Type of a callback method, to be called for all children of a control.

Declaration

Source position: controls.pp line 1707

type TGetChildProc = procedure(

  Child: TComponent

) of object;

Arguments

Child

  

The child control.

See also

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.