JVCL Help:TJvCABFile.OnFilesListed
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCABFile.OnFilesListed Property
[+] TJvCABFile Events
[+] TJvCABFile Methods
[+] TJvCABFile Properties
Search in JVCL Help
Search in all projectsSummary
Occurs after completion of a file listing for the cabinet file.
Pascal
propertyOnFilesListed: TNotifyEvent;
Description
OnFilesListed is a TNotifyEvent property that represents the event handler signaled when the file listing in Files has been completed using the Setup API. OnFilesListed can be used to perform updates needed when the Files property has been populated after changing the value in FileName.
Applications must assign a procedure to the event handler to allow responding to the event notification.
See Also
TJvCABFile.FileName, TJvCABFile.Files
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