JCL Help:TJclFileVersionInfo.FileType
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclFileVersionInfo.FileType Property
[+] TJclFileVersionInfo Methods
[+] TJclFileVersionInfo Properties
Search in JCL Help
Search in all projects
Summary
Depicts the general type of the file.
Pascal
public property FileType: DWORD;
Description
FileType returns a constant which depicts the general type of file from which the version resource was read. This can be one of the following values:
Flag | Description |
VFT_UNKNOWN | The file type is unknown to the system. |
VFT_APP | The file contains an application. |
VFT_DLL | The file contains a dynamic-link library (DLL). |
VFT_DRV | The file contains a device driver. If dwFileType is VFT_DRV, dwFileSubtype contains a more specific description of the driver. |
VFT_FONT | The file contains a font. If dwFileType is VFT_FONT, dwFileSubtype contains a more specific description of the font file. |
VFT_VXD | The file contains a virtual device. |
VFT_STATIC_LIB | The file contains a static-link library. |
All other values are reserved for future use by Microsoft.
About
Donator
Marcel van Brakel
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