FireDAC.Phys.FB.TFDFBTrace.SessionName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.FB.pas
FireDAC.Phys.FB.hpp
Unit: FireDAC.Phys.FB
Parent: TFDFBTrace

Delphi

property SessionName: String read FSessionName write FSessionName;

C++

__property System::UnicodeString SessionName = {read=FSessionName, write=FSessionName};

Description

The trace session name.

Use the SessionName property to specify the trace session name used by the Start method call only. After calling the Start method, the SessionID property will receive a corresponding value.

See Also