FireDAC.Phys.FB.TFDFBTrace.List

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure List;

C++

void __fastcall List();

Properties

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

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