FMX.ListBox.TCustomListBox.Items

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

Delphi

property Items: TStrings read FItems write SetItems stored ItemsStored;

C++

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

プロパティ

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


説明

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

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

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

項目の追加

関連項目