System.Variants.TCustomVariantTypeClass

From RAD Studio API Documentation
Revision as of 00:16, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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