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