IBX.IBSubscription.TIBSubscriptions.ActivateConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ActivateConnection;

C++

void __fastcall ActivateConnection();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
IBX.IBSubscription.pas
IBX.IBSubscription.hpp
IBX.IBSubscription TIBSubscriptions

Description

Connects to the Database if not done yet.

ActivateConnection checks first if there is a Database and a Transaction assigned to the Subscription, otherwise it raises an error.

See also