FireDAC.Phys.FB.TFDFBTrace.Start

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Start;

C++

void __fastcall Start(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.FB.pas
FireDAC.Phys.FB.hpp
FireDAC.Phys.FB TFDFBTrace

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.

See Also