FMX.Colors.TComboColorBox.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read GetValue write SetValue;

C++

__property System::Uitypes::TAlphaColor Color = {read=GetValue, write=SetValue, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TComboColorBox

Description

Specifies the color selected by this combo color box component.

Set or get the Color property in order to specify or obtain the alpha color selected by this combo color box component.

See Also