Show: Delphi
C++
Display Preferences
API:Data.SqlExpr.TSQLMonitor Declared Members
From XE2 API Documentation
Contents |
Constructors & Destructors
| Create | Creates and initializes new TSQLMonitor object. |
| Destroy | Frees the memory associated with the TSQLMonitor object. |
Events
| OnLogTrace | Occurs immediately after a new message is logged to the list. |
| OnTrace | Occurs when a message is detected but before it is logged to the list. |
Functions
| InvokeCallBack | |
| LoadFromFile | Sets the contents of TraceList to the strings contained in a file. |
| SaveToFile | Saves the contents of TraceList to a file. |
| SetActive | |
| SetFileName | |
| SetSQLConnection | |
| SetStreamedActive | |
| SetTraceList | |
| SwitchConnection | |
| Trace | |
| UpdateTraceCallBack |
Properties
| Active | Starts or stops the monitor from recording SQL commands passed to the database server. |
| AutoSave | Specifies whether the monitored messages are automatically saved to a file. |
| FileName | Specifies the default file to which monitored messages are saved. |
| MaxTraceCount | Indicates the maximum number of messages that can be logged. |
| SQLConnection | Specifies the connection components whose messages are to be monitored. |
| TraceCount | Indicates the number of messages currently logged. |
| TraceList | Lists the messages that have passed between SQLConnection and the database server. |