FMX.ListBox.TCustomComboBox.Items

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

Delphi

property Items: TStrings read GetItems write SetItems stored ItemsStored;

C++

__property System::Classes::TStrings* Items = {read=GetItems, write=SetItems, stored=ItemsStored};

プロパティ

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

説明

ドロップダウン リスト内の項目を示します。

Items を使用すると、ドロップダウン内にある項目のリストを、文字列群として取得または設定することができます。

ListItems プロパティを使用すると、TListBoxItem オブジェクトとして個々の項目にアクセスすることができます。

関連項目