Vcl.RibbonActnCtrls.TKeyTipListEnumerator.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrent: TKeyTipMatchItem;

C++

TKeyTipMatchItem* __fastcall GetCurrent();

Properties

Type Visibility Source Unit Parent
function public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TKeyTipListEnumerator

Description

Retrieves a reference to the current TKeyTipList item.

Use GetCurrent to get the current TKeyTipMatchItem item in the TKeyTipList object being enumerated.

See Also