FMX.ListBox.TCustomListBox.ListItems
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 を使用します。