FMX.Graphics.TFontColorForState.Color

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Color[const Index: TIndex]: TAlphaColor read GetColor write SetColor; default;

C++

__property System::Uitypes::TAlphaColor Color[const TIndex Index] = {read=GetColor, write=SetColor/*, default*/};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TFontColorForState


Beschreibung

Array mit TAlphaColor-Farben für von TIndex definierte Status.

Siehe auch