Vcl.Controls.TControl.IsLightStyleColor
Delphi
function IsLightStyleColor(AColor: TColor): Boolean; virtual;
C++
virtual bool __fastcall IsLightStyleColor(System::Uitypes::TColor AColor);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Beschreibung
Gibt True
zurück, wenn AColor
eine helle Farbe ist.