|
RAD Studio VCL Reference
|
Saves the contents of TraceList to a file.
procedure SaveToFile(AFileName: string);
__fastcall SaveToFile(AnsiString AFileName);
Call SaveToFile to save all of the currently logged messages to a file.
AFileName specifies the file to which the strings in TraceList are saved. If AFileName is an empty string, SaveToFile uses the value of the FileName property.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|