System.Variants.TCustomVariantTypeClass

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TCustomVariantTypeClass = class of TCustomVariantType;

C++

typedef System::TMetaClass* TCustomVariantTypeClass;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
classref
typedef
public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Beschreibung

TCustomVariantTypeClass definiert die Metaklasse für TCustomVariantType.

TCustomVariantTypeClass ist die Metaklasse für TCustomVariantType. Der Wert ist die Klassenreferenz für TCustomVariantType oder für eine davon abgeleitete Klasse.

Siehe auch