RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfConsumerMask Constant

Indicates the comsumer of a package.

Pascal
pfConsumerMask = $00F00000;
C++
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.

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!