[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Calls the specified process for the Items in the menu control.
Source position: menus.pp line 394
protected procedure TMenu.GetChildren( |
Proc: TGetChildProc; |
Root: TComponent |
); override; |
Proc |
|
Process called for the child items. |
Root |
|
Not used in the method. |
Calls the processing routine in Proc for each of the Items in the control. This is a helper function used during LCL component streaming.
Version 4.0 | Generated 2025-05-03 | Home |