RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.ufPackageUnit Constant

Indicates that a unit is a package.

Pascal
ufPackageUnit = $02;
C++
ufPackageUnit = 0x02;

SysUtils

The GetPackageInfo function returns information about the units within a package. TPackageInfoProc is one of the parameters to that function : it is a callback procedure that is invoked for each unit in the package. It passes a set of flags associated with each unit.  

If the ufPackageUnit is set, then the unit is a package unit. 

 

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