API:Data.DBXCommon.TDBXCommunicationLayer

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXPlatform.TFactoryObjectSystem.TObjectTDBXCommunicationLayer

Delphi

TDBXCommunicationLayer = class abstract(TFactoryObject)

C++

class PASCALIMPLEMENTATION DECLSPEC_DRTTI TDBXCommunicationLayer : public Data::Dbxplatform::TFactoryObject

Properties

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

Description

The FactoryObject object is the class factory for TObject.

Data.DBXCommon.TDBXCommunicationLayer inherits from Data.DBXPlatform.TFactoryObject. All content below this line refers to Data.DBXPlatform.TFactoryObject.

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