__declspec(property(get = GetAppendFile, put = SetAppendFile)) bool AppendFile;
If True, the SaveFile method will set the file cursor at the end of the file.
Read:
bool GetAppendFile();Write:
void SetAppendFile(const bool Value);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.
Declared in Dew::Signal::TSignalWrite · Dew.Signal/FileSignal.h · Cross-compiler