Data.SqlExpr.TSQLMonitor.AutoSave

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoSave: Boolean read FAutoSave write FAutoSave default False;

C++

__property bool AutoSave = {read=FAutoSave, write=FAutoSave, default=0};

Properties

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

Description

Specifies whether the monitored messages are automatically saved to a file.

Set AutoSave to true to automatically save all messages that match the criteria established by TraceFlags to the file specified by the FileName property. The FileName property must be set to a valid file name.

When AutoSave is false, messages that match the criteria specified by TraceFlags are automatically added to TraceList, but are not saved to a file.

See Also