property AppendFile: Boolean;
If True, the SaveFile method will set the file cursor at the end of the file.
Returns: Boolean
Remarks:
Any records written to the file will be appended to the existing ones. If the value of the property is false, the existing file will be overwritten.