FMX.Pickers.TCustomListPicker.ItemIndex

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

Delphi

property ItemIndex: Integer read FItemIndex write SetItemIndex;

C++

__property int ItemIndex = {read=FItemIndex, write=SetItemIndex, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomListPicker


説明

選択された項目のインデックスを保持します。

ピッカー オブジェクトは、ItemIndex のデフォルト値を、現在のピッカー オブジェクトを保有している PopupBox コントロールから取得します。

関連項目