Vcl.ExtCtrls.TCustomColorBox.Selected

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Selected: TColor read GetSelected write SetSelected default clBlack;

C++

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

Propriétés

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

Description

Indique la couleur sélectionnée.

Utilisez la propriété Selected pour obtenir ou définir la couleur sélectionnée comme une valeur TColor.

Voir aussi