RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IIBEventNotifier.GetAutoRegister Method

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

Pascal
function GetAutoRegister: Boolean;
C++
__fastcall Boolean GetAutoRegister();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!