FireDAC.Phys.FB.TFDFBTrace.SessionName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SessionName: String read FSessionName write FSessionName;

C++

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

Properties

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

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