RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfProducerMask Constant

Indicates the producer of a package.

Pascal
pfProducerMask = $0C000000;
C++
pfProducerMask = 0x0C000000;

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

pfProducerMask is a mask that you can use to detect the producer of a package. This mask is the binary AND of the pfBCB4Produced, pfDelphi4Produced, pfProducerUndefined and pfV3Produced flags.

Note: pfProducerMask is not itself a returned flag - it is simply a mask.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!