Classes.TPersistentClass
From RAD Studio VCL Reference
Contents |
Delphi Information
From Classes.pas
TPersistentClass = class of TPersistent;
Unit: Classes
Type: classref
C++ Information
From Classes.hpp
typedef System::TMetaClass * TPersistentClass;
Unit: Classes
Type: typedef
Description
TPersistentClass defines the metaclass for TPersistent.
TPersistentClass is the metaclass for TPersistent. Its value is the class reference for TPersistent or for one of its descendants.