JVCL Help:TJvPatchFile.EndFile

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

File where patched file content can be stored.


Pascal

 propertyEndFile: TFileName;


Description

EndFile is a TFileName property that specifies the file where the patched contents of the file specified in StartFile should be stored.
EndFile is used in the Patch method when ChangeInFile contains False. Patches from the Differences property are applied to the original file content and stored in EndFile at the completion of the patching process.
When ChangeInFile contains True, the patches in Differences are applied directly to the contents of the file specified in StartFile and the value EndFile is ignored.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page