RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLMonitor.AutoSave Property

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

Pascal
property AutoSave: Boolean;
C++
__property Boolean AutoSave;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!