FireDAC.Phys.FB.TFDFBTrace.Stop

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Phys.FB.pas
FireDAC.Phys.FB.hpp
Unit: FireDAC.Phys.FB
Parent: TFDFBTrace

Delphi

procedure Stop;

C++

void __fastcall Stop();

Description

Stops a trace session.

Use the Stop method to permanently stop a trace session specified by the SessionID property.

See Also