JVCL Help:TJvCABFile.Files

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

Search in JVCL Help

 
Search in all projects
 

Summary

Contains file names found in the cabinet file listing.


Pascal

 propertyFiles: TStrings;


Description

Files is a TStringList property that contains file names found in the cabinet file identified by FileName. Files is cleared and automatically populated when the value in FileName is changed, and relies on 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.


See Also

TJvCABFile.FileName, TJvCABFile.OnFilesListed


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