RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfDelphi4Produced Constant

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

Pascal
pfDelphi4Produced = $0C000000;
C++
pfDelphi4Produced = 0x0C000000;

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

pfDelphi4Produced is one of these flag values, indicating that the a package was produced by Delphi 4 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!