RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfExeModule Constant

Indicates that a module is an executable.

Pascal
pfExeModule = $00000000;
C++
pfExeModule = 0x00000000;

SysUtils

The GetPackageInfo function returns information about a package. It returns a set of flags.  

pfExeModule is one of these flag values, indicating that the module is an executable. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!