FMX.ListBox.TCustomListBox.GetFirstSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFirstSelect: TListBoxItem;

C++

TListBoxItem* __fastcall GetFirstSelect();

Properties

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

Description

Getter for the FirstSelectedItem property.

See Also