JVCL Help:TJvCABFile.OnCABInfo

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

Search in JVCL Help

 
Search in all projects
 

Summary

Event handler signaled for cabinet file information.


Pascal

 TOnCABInfo = procedure (Sender: TObject; CABInfo: TCABInfo) ofobject;
propertyOnCABInfo: TOnCABInfo;


Parameters

Parameters Description
CABInfo Structure used to store cabinet file information from the Setup API.
Sender Object context for the event notification. Generally contains the TJvCABFile instance to be signaled from the callback function.


Description

OnCABInfo is a TOnCABInfo property that represents the event handler signaled when cabinet file information is returned to the internal callback function for the Setup API.
OnCABInfo is signaled in the listing callback function when the SPFILENOTIFY_CABINETINFO notification is received, and provides access to the updated values in the TCABInfo argument to the event handler.
Applications must assign a procedure to the event handler to allow responding to the event notification.


See Also

TJvCABFile.ExtractAll, TJvCABFile.ExtractFile


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