Gets an enumerator for the child menu Items in the class instance.
Source position: menus.pp line 263
public function TMenuItem.GetEnumerator: TMenuItemEnumerator; |
TMenuItemEnumerator instance for the Items in the class.
GetEnumerator is a TMenuItemEnumerator function used to get an enumerator for the TMenuItem instances in the Items property. It re-introduces the method from TComponent to return the TMenuItemEnumerator type.
|
Provides indexed access to the child menu items for the current class instance. |
|
|
Implements an enumerator for child menu items in the specified TMenuItem instance. |
|
| Version 4.4 | Generated 2025-11-08 | Home |