RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfProducerUndefined Constant

Indicates that a package was produced by an unknown developmemt environment.

Pascal
pfProducerUndefined = $04000000;
C++
pfProducerUndefined = 0x04000000;

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

pfProducerUndefined is one of these flag values, indicating that the producer of a package was undefined. 

 

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