Vcl.Menus.TMenuItemEnumerator

From RAD Studio API Documentation

TMenuItemEnumeratorSystem.TObject

Delphi

TMenuItemEnumerator = class

C++

class PASCALIMPLEMENTATION TMenuItemEnumerator : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus Vcl.Menus

Description

Enumerates through the menu items of a TMenuItem object.

TMenuItemEnumerator represents the class that implements enumerative support to the collection of menu items. MoveNext focuses on the next item in the menu. Also, Current stores the item that is currently focused.

See Also