RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.ufImplicitUnit Constant

Indicates that a unit was implicitly imported into a package.

Pascal
ufImplicitUnit = $10;
C++
ufImplicitUnit = 0x10;

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 ufImplicitUnit is set, then the unit was implicitly imported into a package. This means that the unit is not used in another package required by this package, but is used by one of the units this package contains. 

 

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