RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfPackageModule Constant

Indicates that a module is a package.

Pascal
pfPackageModule = $40000000;
C++
pfPackageModule = 0x40000000;

SysUtils

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

pfPackageModule is one of these flag values, indicating that the module is a package (.bpl file extension). 

 

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