LogFileOn Property |
Specifies whether the contents of the text window are written to a log file.
Signature
object.LogFileOn
object
PreferencesOpenSave
The object or objects this property applies to.
LogFileOn
Boolean; read-write
TRUE: The log file is turned on.
FALSE: The log file is turned off.
System variables
The value for this property is stored in the LOGFILEMODE system variable.
Remarks
The initial value of this property is TRUE.
The log file records the contents of the text window in a text file. Use the LogFilePath property to specify the name of the log file.
Comments? |