FireDAC.Phys.FB.TFDFBTrace.Config

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Config: TStrings read FConfig write SetConfig;

C++

__property System::Classes::TStrings* Config = {read=FConfig, write=SetConfig};

Properties

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

Description

Specifies the trace session configuration.

Use the Config property to specify the trace session configuration. A template file named fbtrace.conf is provided in Firebird's root directory to explain the contents of this string.

See Also