FireDAC.Phys.FB.TFDFBTrace.SessionID
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Phys.FB.pas FireDAC.Phys.FB.hpp
| |
Unit: FireDAC.Phys.FB | |
Parent: TFDFBTrace |
Delphi
property SessionID: Integer read FSessionID write FSessionID default 0;
C++
__property int SessionID = {read=FSessionID, write=FSessionID, default=0};
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.