Data.DBXPlatform.TObjectClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TObjectClass = class of TFactoryObject;

C++

typedef System::TMetaClass* TObjectClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform Data.DBXPlatform

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