FMX.ListBox.TListBoxSelector.GetCurrent
Delphi
function GetCurrent: Integer;
C++
int __fastcall GetCurrent();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TListBoxSelector |
説明
現在の項目のインデックス。
項目が 1 つも選択されていない場合には、-1
を返します。