FireDAC.Phys.FB.TFDFBTrace.Start
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: FireDAC.Phys.FB.pas FireDAC.Phys.FB.hpp
| |
Unit: FireDAC.Phys.FB | |
Parent: TFDFBTrace |
Delphi
procedure Start;
C++
void __fastcall Start();
Description
Starts a new trace session.
Use the Start method to start a new trace session on Firebird server, identified by SessionName.
After a successful call of this method, the SessionID property will get a new session ID value. To process trace output, an application should use an OnProgress event handler.
To stop the session, use the Stop method. To suspend it temporarily, use the Suspend method.