Vcl.Menus.TMenuItemEnumerator.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrent: TMenuItem;

C++

TMenuItem* __fastcall GetCurrent();

Properties

Type Visibility Source Unit Parent
function public
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TMenuItemEnumerator

Description

Gets the current menu item.

Use GetCurrent to get the current menu item in the TMenuItem object being enumerated. GetCurrent is the reader method for the Current property.

See Also