FMX.ListBox.TListBoxSelector.GetCurrentItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrentItem: TListBoxItem;

C++

TListBoxItem* __fastcall GetCurrentItem();

Properties

Type Visibility Source Unit Parent
function public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelector

Description

Returns the item with the index that is set as current.

Returns nil if no item is selected.

See Also