JVCL Help:TCABInfo
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TCABInfo type
Search in JVCL Help
Search in all projectsSummary
Cabinet file information from the Setup and Device Installer API.
Pascal
run\JvCabFile.pas
TCABInfo = record
CabinetPath: string;
CabinetFile: string;
DiskName: string;
Id: Shortint;
CabinetNumber: Shortint;
end;
Members
Members | Description |
CabinetPath: string; | Represents the path to the cabinet file. |
CabinetFile: string; | Represents the file name for the cabinet file. |
DiskName: string; | Represents the name of the source media that contains the cabinet file. |
Id: Shortint; | Id is generated by the software that builds the cabinet file. |
CabinetNumber: Shortint; | CabinetNumber is generally a 0- or 1-based index indicating the ordinal position of the cabinet file within a set.
CabinetNumber is generated by the software that builds the cabinet file or set. |
Description
TCABInfo is a record structure used to store information about a .CAB cabinet file. TCABInfo contains values returned in callback functions for the Setup and Device Installer API during file listing or extraction operations.
TCABInfo is used as an argument in TJvCABFile event handlers, like OnCABInfo and OnNeedNewCabinet.
See Also
TOnCABInfo, TOnNeedNewCabinet, TJvCABFile.OnCABInfo, TJvCABFile.OnNeedNewCabinet
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