RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfConsumerBCB Constant

Indicates that C++ can be a consumer of a package.

Pascal
pfConsumerBCB = $00200000;
C++
pfConsumerBCB = 0x00200000;

SysUtils

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

pfConsumerBCB is one of these flag values, indicating that C++ is a legitimate consumer, or user, of a package. The C++ consumer is the Borland C++ Builder compiler, linking in the package.  

A package will be marked with the pfConsumerBCB when the -JL flag has been set during compilation. This ensures that the extra support files (.lib, .bpi, .hpp)required by a C++ consumer are generated and included in the package. 

 

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