Data.DBXPlatform.TFactoryObject

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTFactoryObject
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: Data.DBXPlatform

Delphi

TFactoryObject = class

C++

class PASCALIMPLEMENTATION DECLSPEC_DRTTI TFactoryObject : public System::TObject

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