[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |