FMX.Colors.TColorPanel.ColorBox

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ColorBox: TColorBox read FColorBox write SetColorBox;

C++

__property TColorBox* ColorBox = {read=FColorBox, write=SetColorBox};

Properties

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

Description

Specifies the color box attached to this color panel component.

A color box is a visual component represented as a rectangular-shaped optical indicator that changes color according to the color selected in this color panel component.

See Also