Menus.TMenuItemEnumerator Methods
From RAD Studio VCL Reference
Delphi Information
| function GetCurrent(): TMenuItem; |
Gets the current menu item. |
| function MoveNext(): Boolean; |
Moves the enumerator to the next item in the TMenuItem collection. |
Unit: Menus
Type: method
Visibility: public
Member Of: TMenuItemEnumerator
C++ Information
| Menus::TMenuItem * __fastcall GetCurrent(void); |
Gets the current menu item. |
| bool __fastcall MoveNext(void); |
Moves the enumerator to the next item in the TMenuItem collection. |
Unit: Menus
Type: method
Visibility: public
Member Of: TMenuItemEnumerator
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!