API:Vcl.ExtCtrls.TColorBox.Selected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Selected;

C++

__property Selected = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TColorBox

Description

Specifies the currently selected color.

Vcl.ExtCtrls.TColorBox.Selected inherits from Vcl.ExtCtrls.TCustomColorBox.Selected. All content below this line refers to Vcl.ExtCtrls.TCustomColorBox.Selected.

Specifies the currently selected color.

Use Selected to get or set the selected color as a TColor value.

See Also