FMX.ComboEdit.Style.TStyledComboEdit.CreateListBox

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateListBox: TComboEditListBox; virtual;

C++

virtual TComboEditListBox* __fastcall CreateListBox();

Properties

Type Visibility Source Unit Parent
function protected
FMX.ComboEdit.Style.pas
FMX.ComboEdit.Style.hpp
FMX.ComboEdit.Style TStyledComboEdit

Description

Creates a ListBox used in the drop-down window of this TComboEdit. For internal use only.

See Also