FMX.ListBox.TListBoxSelector.FFirst

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FFirst: Integer;

C++

int FFirst;

Properties

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

Description

Index of the first selected item.

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

See Also