RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfModuleTypeMask Constant

Indicates that a package is a module.

Pascal
pfModuleTypeMask = $C0000000;
C++
pfModuleTypeMask = 0xC0000000;

SysUtils

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

pfModuleTypeMask is a mask that you can use to detect whether the package is a module. This mask is the binary AND of the pfExeModule, pfPackageModule and pfLibraryModule flags.

Note: pfModuleTypeMask is not itself a returned flag - it is simply a mask.
 

 

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