IBX.IBDatabase.IIBEventNotifier.GetAutoRegister

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAutoRegister: Boolean;

C++

virtual bool __fastcall GetAutoRegister(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase IIBEventNotifier

Description

Indicates whether the database should automatically register events after it connects to the server.

When TIBDataBase connects to an InterBase server, it calls the GetAutoRegister method for every object in its list of event notifiers. For any event notifier that returns true, it calls the RegisterEvents method, so that the event notifier can register interest in its events with the InterBase Event Manager.