[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Type of a callback method, to be called for all children of a control.
Source position: controls.pp line 1707
type TGetChildProc = procedure( |
Child: TComponent |
) of object; |
Child |
|
The child control. |
|
Calls Proc with every child control, owned by Root. |
lazarus-ccr.sourceforge.net |