FMX.Colors.TColorListBox.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read GetColor write SetColor default TAlphaColorRec.Null;

C++

__property System::Uitypes::TAlphaColor Color = {read=GetColor, write=SetColor, default=0};

Properties

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

Description

Specifies the alpha color that is currently selected from the list.

See Also