FMX.ListBox.TCustomListBox.ListItems

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

Delphi

property ListItems[Index: Integer]: TListBoxItem read GetListItem;

C++

__property TListBoxItem* ListItems[int Index] = {read=GetListItem};

プロパティ

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

説明

指定された Index のリスト項目を返します。

ListItems を使用すると、指定された Index の項目を、リストボックスから取得します。 返される項目は、TListBoxItem オブジェクトです。 項目を文字列として取得したい場合には、Items を使用します。

関連項目