Overwrite Property
Determines if local files are overwritten.
Syntax
__property bool Overwrite = {read=FOverwrite, write=FSetOverwrite, default=false};
Default Value
false
Remarks
This property controls whether local files are overwritten when calling DownloadFile. It is only applicable to local files. The default value is False.
Data Type
Boolean