FMX.ListBox.TCustomComboBox

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomComboBox

Delphi

TCustomComboBox = class(TStyledControl, IItemsContainer, IGlyph)

C++

class PASCALIMPLEMENTATION TCustomComboBox : public Fmx::Controls::TStyledControl

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.

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

See Also