Gets an enumerator for the child menu Items in the class instance.
Source position: menus.pp line 257
public function TMenuItem.GetEnumerator: TMenuItemEnumerator; |
TMenuItemEnumerator instance for the Items in the class.
|
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. |