FMX.Utils.TAlphaColorArray

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TAlphaColorArray = array [0..536870910] of TAlphaColor;

C++

typedef System::StaticArray<System::Uitypes::TAlphaColor, 536870911> TAlphaColorArray;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
FMX.Utils.pas
FMX.Utils.hpp
FMX.Utils FMX.Utils

Beschreibung

TAlphaColorArray ist ein Array mit Farben.


TAlphaColorArray ist ein TAlphaColor-Array.

Verwenden Sie für den Zugriff auf TAlphaColorArray-Elemente ein PAlphaColorArray als Zeiger darauf.

Siehe auch