[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 394

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


Version 4.0 Generated 2025-05-03 Home