RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfExeModule Constant

Indicates that a module is an executable.

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

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!