FMX.ListBox.TCustomComboBox.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 TCustomComboBox


説明

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

ListItems を使用すると、指定された Index の項目を、ドロップダウン リストから取得することができます。返される項目は、TListBoxItem オブジェクトです。項目を文字列で取得したい場合は、Items を使用します。

項目の追加

関連項目