Data.SqlExpr.TSQLMonitor.AutoSave

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLMonitor

Delphi

property AutoSave: Boolean read FAutoSave write FAutoSave default False;

C++

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

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