Vcl.RibbonActnCtrls.TKeyTipListEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: TKeyTipMatchItem read GetCurrent;

C++

__property TKeyTipMatchItem* Current = {read=GetCurrent};

Properties

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

Description

Specifies the currently focused KeyTipMatchItem in the TKeyTipList.

Current specifies the current TKeyTipMatchItem in the TKeyTipList object being enumerated.

See Also