Indicates that a module is a library.
pfLibraryModule = $80000000;
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!
|