FireDAC.Phys.FB.TFDFBTrace.List

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 List;

C++

void __fastcall List();

Description

Produces a list of trace sessions.

Use the List method to get a list of all active trace sessions on the Firebird server.

To receive the list, an application should use an OnProgress event handler.

See Also