RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfV3Produced Constant

Indicates that a package was produced by Delphi 3 or later.

Pascal
pfV3Produced = $00000000;
C++
pfV3Produced = 0x00000000;

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

pfV3Produced is one of these flag values, indicating that the a package was produced by Delphi 3 or later. Packages were introduced in Delphi 3. 

 

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