FMX.ListBox.TListBoxSelector.GetFirst

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFirst: Integer;

C++

int __fastcall GetFirst();

Properties

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

Description

Index of the first selected item.

Returns -1 if no item is selected.

See Also