JVCL Help:TJvPatchFile.StartFile
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvPatchFile.StartFile Property
[+] TJvPatchFile Methods
[+] TJvPatchFile Properties
Search in JVCL Help
Search in all projectsSummary
Original file to be patched with the component.
Pascal
propertyStartFile: TFileName;
Description
StartFile is a TFileName property that specifies the file with the original content to be patched using the Patch method. Values in the Differences property are applied to the contents of the file specified in StartFile using the Patch method to yield a file with the desired content.
Use ChangeInFile to indicate if changes in the Differences property should be applied directly to the content of the original file, or stored in the file specified in EndFile.
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