FMX.Pickers.TCustomListPicker.Values

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

Delphi

property Values: TStrings read FValues write SetValues;

C++

__property System::Classes::TStrings* Values = {read=FValues, write=SetValues};

プロパティ

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


説明

ピッカー オブジェクト内に表示される文字列項目のリストを保持します。

ピッカー オブジェクトは、文字列の Values リストのデフォルト値を、現在のピッカー オブジェクトを保有している TPopupBox コントロールの Items プロパティから取得します。

関連項目