Vcl.ExtCtrls.TCustomColorBox.Selected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Selected: TColor read GetSelected write SetSelected default clBlack;

C++

__property System::Uitypes::TColor Selected = {read=GetSelected, write=SetSelected, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomColorBox

Description

Specifies the currently selected color.

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

See Also