DBXPlatform.TObjectClass
From RAD Studio VCL Reference
Contents |
Delphi Information
From DBXPlatform.pas
TObjectClass = class of TFactoryObject;
Unit: DBXPlatform
Type: classref
C++ Information
From DBXPlatform.hpp
typedef System::TMetaClass * TObjectClass;
Unit: DBXPlatform
Type: typedef
Description
Represents the metaclass for TFactoryObject.
The TObjectClass class represents the metaclass implementation for the TFactoryObject class. Its value is the class reference for TFactoryObject or for one of its descendants.