IBX.IBSubscription.TIBSubscriptions.ActivateConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ActivateConnection : Boolean;

C++

bool __fastcall ActivateConnection();

Properties

Type Visibility Source Unit Parent
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