System.Variants.TCustomVariantTypeClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCustomVariantTypeClass = class of TCustomVariantType;

C++

typedef System::TMetaClass* TCustomVariantTypeClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

TCustomVariantTypeClass defines the metaclass for TCustomVariantType.

TCustomVariantTypeClass is the metaclass for TCustomVariantType. Its value is the class reference for TCustomVariantType or for one of its descendants.

See Also