Product Documentation

VCL/CLX Developers Guide

Previous Topic

Next Topic

Events

OnActive

property OnActive() : TActiveEvent;

Called after a successful connect or disconnect.

OnConnect

property OnConnect() : TNotifyEvent;

Called just before a database is connected to a session.

OnCreate

property OnCreate() : TNotifyEvent;

Called to modify the database properties before the database dictionary is created when the Active() and AutoCreate() Properties of the Component are set to True and the database dictionary does not exist.

OnDisconnect

property OnDisconnect() : TNotifyEvent;

This event is called just before a database is disconnected from a session.

TOCIndex