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