JVCL Help:TJvCABFile.FileName

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

Search in JVCL Help

 
Search in all projects
 

Summary

Identifies the cabinet file to use for file operations.


Pascal

 propertyFileName: TFileName;


Description

FileName is a TFileName property that identifies the fully-qualified file name for the cabinet file to us for file operations. Changing the value in FileName forces the Files property to be cleared and re-populated using the SetupIterateCabinet API function and the internal callback function.
After successful completion of the file listing using the callback function, the OnFilesListed event is signaled. Event notification is not performed if a procedure has not been assigned to the OnFilesListed event handler.
FileName is used in ExtractFile and ExtractAll when calling the SetupIterateCabinet API function for the file operation.


See Also

TJvCABFile.Files, TJvCABFile.OnFilesListed, , TJvCABFile.ExtractFile, TJvCABFile.ExtractAll


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