Indicates the producer of a package.
pfProducerMask = $0C000000;
pfProducerMask = 0x0C000000;
SysUtils
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|