Vcl.ComCtrls.TCoolBand.Color

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Color: TColor read FColor write SetColor stored IsColorStored default clBtnFace;

C++

__property System::Uitypes::TColor Color = {read=FColor, write=SetColor, stored=IsColorStored, default=-16777201};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBand

Beschreibung

Legt die Farbe des Bereichs fest.

Mit Color legen Sie die Farbe des Bereichs fest. Eine Zuweisung an Color setzt ParentColor automatisch auf False.

Siehe auch