FMX.ListBox.TListBoxSelector.GetCurrent

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

Delphi

function GetCurrent: Integer;

C++

int __fastcall GetCurrent();

プロパティ

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


説明

現在の項目のインデックス。

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

関連項目