Indicates the comsumer of a package.
pfConsumerMask = $00F00000;
pfConsumerMask = 0x00F00000;
SysUtils
The GetPackageInfo function returns information about a package. It returns a set of flags.
pfConsumerMask is a mask that you can use to detect the consumers can use a package. This mask covers these flags : pfConsumerBCB, pfConsumerCompat and pfConsumerDelphi flags.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|