FMX.ListBox.TCustomComboBox.CreateListBox

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateListBox: TComboListBox; virtual;

C++

virtual TComboListBox* __fastcall CreateListBox();

Properties

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

Description

Creates the list box associated with the combo box.

Call CreateListBox to instantiate the list box component of the current combo box. The list box is of type TComboListBox.

See Also