FMX.ListBox.TCustomListBox.GetFirstSelect

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetFirstSelect: TListBoxItem;

C++

TListBoxItem* __fastcall GetFirstSelect();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox


Beschreibung

Getter-Methode für die Eigenschaft FirstSelectedItem.

Siehe auch