FMX.ListBox.TCustomComboBox.CreateListBox

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateListBox: TComboListBox; virtual;

C++

virtual TComboListBox* __fastcall CreateListBox();

Eigenschaften

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


Beschreibung

Erstellt das dem Kombinationsfeld zugeordnete Listenfeld.

Rufen Sie CreateListBox auf, um die Listenfeldkomponente des aktuellen Kombinationsfeldes zu instantiieren. Das Listenfeld hat den Typ TComboListBox.

Siehe auch