RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfLibraryModule Constant

Indicates that a module is a library.

Pascal
pfLibraryModule = $80000000;
C++
pfLibraryModule = 0x80000000;

SysUtils

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

pfLibraryModule is one of these flag values, indicating that the module is a library (.dll file extension). 

 

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