Data.SqlExpr.TSQLMonitor.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: string read FFileName write SetFileName;

C++

__property System::UnicodeString FileName = {read=FFileName, write=SetFileName};

Properties

Type Visibility Source Unit Parent
property published
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLMonitor

Description

Specifies the default file to which monitored messages are saved.

Set FileName to the name of a file to which the messages listed in TraceList are saved. FileName can be a fully-qualified path name.

Once FileName is specified, setting AutoSave to true causes all monitored messages to be automatically saved to the specified file. Even if AutoSave is false, FileName specifies the default file name used by the LoadFromFile and SaveToFile methods when they are called with an empty string for the AFileName parameter.

See Also