Data.DBXPlatform.TFactoryObject

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTFactoryObject

Delphi

TFactoryObject = class

C++

class PASCALIMPLEMENTATION DECLSPEC_DRTTI TFactoryObject : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform Data.DBXPlatform

Description

The FactoryObject object is the class factory for TObject.

The FactoryObject is the class factory responsible for creating instances of the TFactoryObject object and therefore of TObject.

See Also