FMX.ListBox.TCustomListBox.ItemByIndex

提供:RAD Studio API Documentation

Delphi

function ItemByIndex(const Idx: Integer): TListBoxItem;

C++

TListBoxItem* __fastcall ItemByIndex(const int Idx);

プロパティ

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


説明

Idx で指定されるインデックスにある項目を返します。

関連項目