RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfConsumerDelphi Constant

Indicates that Delphi can be a consumer of a package.

Pascal
pfConsumerDelphi = $00100000;
C++
pfConsumerDelphi = 0x00100000;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!