Vcl.RibbonActnCtrls.TKeyTipListEnumerator.Current

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Current: TKeyTipMatchItem read GetCurrent;

C++

__property TKeyTipMatchItem* Current = {read=GetCurrent};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TKeyTipListEnumerator

説明

TKeyTipList 内の現在フォーカスが当たっている KeyMatchItem を指定します。

Current プロパティは、列挙されている TKeyTipList オブジェクト内の現在の TKeyTipMatchItem を指定します。

関連項目