FMX.ListBox.TCustomListBox.GetItemIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemIndex: Integer; virtual;

C++

virtual int __fastcall GetItemIndex();

Properties

Type Visibility Source Unit Parent
function protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

Returns the index of the currently selected item.

See Also