Indicates that Delphi can be a consumer of a package.
pfConsumerDelphi = $00100000;
pfConsumerDelphi = 0x00100000;
SysUtils
The GetPackageInfo function returns information about a package. It returns a set of flags.
pfConsumerDelphi is one of these flag values, indicating that Delphi is a legitimate consumer, or user, of a package. The Delphi consumer is the Delphi compiler, linking in the package.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|