API:FMX.ListBox.TComboBox

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListBox.TCustomComboBoxFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTComboBox

Delphi

TComboBox = class(TCustomComboBox)

C++

class PASCALIMPLEMENTATION TComboBox : public TCustomComboBox

Properties

Type Visibility Source Unit Parent
class public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox FMX.ListBox

Description

A TCustomComboBox is the base class for combo box components.

FMX.ListBox.TComboBox inherits from FMX.ListBox.TCustomComboBox. All content below this line refers to FMX.ListBox.TCustomComboBox.

A TCustomComboBox is the base class for combo box components.

Inherit from TCustomComboBox to create a control that represents a specialized combo box.

See Also