Data.DBXPlatform.TObjectClass

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
classref
typedef
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: Data.DBXPlatform

Delphi

TObjectClass = class of TFactoryObject;

C++

typedef System::TMetaClass* TObjectClass;

Description

Represents the metaclass for TFactoryObject.

TObjectClassrepresents the metaclass implementation for the TFactoryObject class. Its value is the class reference for TFactoryObject or for one of its descendants.

See Also