MConnect.TCOMConnection

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From MConnect.pas

TCOMConnection = class(TDispatchConnection)


Unit: MConnect

Type: class

Inherited Class Members: MConnect.TCOMConnection Members

C++ Information

From MConnect.hpp

TCOMConnection = class(TDispatchConnection)


Unit: MConnect

Type: class

Inherited Class Members: MConnect.TCOMConnection Members

Class Constructors & Destructors: MConnect.TCOMConnection Constructors

Description

TCOMConnection is the base class for components that connect to application servers using DCOM or OLE.


Do not create instances of TCOMConnection. Instead, use TCOMConnection as a base class when created a custom component that forms a COM-based connection to an application server.

TCOMConnection adds to the ability to work with COM objects to the generic connection capabilities inherited from TDispatchConnection. It has two descendants: TDCOMConnection, which creates and manages connections using DCOM, and TOLEnterpriseConnection, which is provided for backward compatibility and handles connections using OLEnterprise.

See Also

Personal tools
Translations
Newest Version