RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfBCB4Produced Constant

Indicates that a package was produced by via C++.

Pascal
pfBCB4Produced = $08000000;
C++
pfBCB4Produced = 0x08000000;

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

pfBCB4Produced is one of these flag values, indicating that a package was produced by C++. BCB stands for Borland C++ Builder. 

 

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