RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLMonitor.FileName Property

Specifies the default file to which monitored messages are saved.

Pascal
property FileName: string;
C++
__property AnsiString FileName;

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. 

 

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