FMX.ListBox.TListBoxSelector.GetCurrentItem

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

Delphi

function GetCurrentItem: TListBoxItem;

C++

TListBoxItem* __fastcall GetCurrentItem();

プロパティ

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


説明

インデックスがカレントに設定されている項目を返します。

項目が 1 つも選択されていない場合には、nil を返します。

関連項目