JCL Help:TJclFileExeType

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Enumeration use by GetFileExeType representing a type of executable file.


Pascal

 public TJclFileExeType = (
etError,
etMsDos,
etWin16,
etWin32Gui,
etWin32Con
);


Members

Members Description
etError Error, executable file type couldn't be determined.
etMsDos MS DOS executable (.exe, .com or .bat)
etWin16 16 bit Windows executable.
etWin32Gui 32 bit Windows GUI executable.
etWin32Con 32 bit Windows console executable.


Description

Enumeration use by GetFileExeType representing a type of executable file.


About

Unit

JclShell


Navigation

no pages or subcategories

Donator

Petr Vones


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