FMX.ListBox.TListBox.Items

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

Delphi

property Items: TStrings read FItems write SetItems stored ItemsStored;

C++

__property Items;

プロパティ

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

説明

リストボックスにおける項目群を示します。

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

リストボックスにおける項目群を示します。

Items を使用すると、リスト内の項目のリストを、文字列として取得または設定することができます。

ListItems プロパティを使用すると、インデックスで指定される項目にアクセスすることができます。プロパティこのは、項目を TListBoxItem オブジェクトとして返します。

項目の追加

関連項目