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

TMenu.GetChildren

Calls the specified process for the Items in the menu control.

Declaration

Source position: menus.pp line 383

protected procedure TMenu.GetChildren(

  Proc: TGetChildProc;

  Root: TComponent

); override;

Arguments

Proc

  

Process called for the child items.

Root

  

Not used in the method.

Description

Calls the processing routine in Proc for each of the Items in the control. This is a helper function used during LCL component streaming.

See also

TComponent

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