FMX.Colors.TCustomColorComboBox

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TCustomColorComboBox = class(TCustomComboBox)

C++

class PASCALIMPLEMENTATION TCustomColorComboBox : public Fmx::Listbox::TCustomComboBox

Properties

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

Description

A TCustomComboBox is the base class for combo box components. FMX.Colors.TCustomColorComboBox 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