FireDAC.Phys.FB.TFDFBTrace.SessionID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SessionID: Integer read FSessionID write FSessionID default 0;

C++

__property int SessionID = {read=FSessionID, write=FSessionID, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.FB.pas
FireDAC.Phys.FB.hpp
FireDAC.Phys.FB TFDFBTrace

Description

The trace session ID.

Use the SessionID property to specify a trace session ID, which will be used by the Resume, Stop, and Suspend methods to identify a trace session. After calling the Start method, the SessionID property will be filled automatically by the new trace session ID value.

See Also