|
RAD Studio VCL Reference
|
Indicates that a unit was implicitly imported into a package.
ufImplicitUnit = $10;ufImplicitUnit = 0x10;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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|