Events for cConnection
View event list in alphabetical order.
| Name | Description | Defining Class |
|---|---|---|
| Error_Report | When an error occurs with trapping enabled, the Error_Report event is called When an error occurs with trapping enabled, the Error_Report event is called. | cConnection |
| OnAddConnection | Called right before a connection is registered This event is called right before a connection is registered. | cConnection |
| OnDriverRegistered | Called after a driver is registered After a driver is registered, OnDriverRegistered is called. | cConnection |
| OnReadCredentials | Reads the user name, password and trusted connections flag from the INI file The LoadStoredConnections is used to read the connections INI file. | cConnection |
| OnWriteCredentials | Writes credentials to the connections INI file The LoadStoredConnections is used to read the connections INI file. | cConnection |
Inherited Events from cObject
| Name | Description | Defining Class |
|---|---|---|
| Construct_Object | Object constructor. | cObject |
| Destroy_Object | Sent when an object is about to be destroyed The Destroy_Object event is sent to an object when it is about to be destroyed. | cObject |
| End_Construct_Object | End of object constructor. | cObject |