FMX.ListBox.TListBoxSelector.FCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FCurrent: Integer;

C++

int FCurrent;

Properties

Type Visibility Source Unit Parent
field class protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelector

Description

Index of the current item.

The value of FCurrent is -1 if no item is selected.

See Also