FMX.ListBox.TComboBox.Items

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

Delphi

property Items: TStrings read GetItems write SetItems stored ItemsStored;

C++

__property Items;

プロパティ

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

説明

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

FMX.ListBox.TComboBox.Items は FMX.ListBox.TCustomComboBox.Items を継承しています。以下の内容はすべて FMX.ListBox.TCustomComboBox.Items を参照しています。

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

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

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

関連項目