RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.GetPackageInfo Function

Enumerates all the units and required packages for a package.

Pascal
procedure GetPackageInfo(Module: HMODULE; Param: Pointer; var Flags: Integer; InfoProc: TPackageInfoProc);
C++
GetPackageInfo(HMODULE Module, void * Param, int Flags, TPackageInfoProc InfoProc);

Call GetPackageInfo to process the information in a package's information table. The InfoProc callback is called for every unit included in the package and for every package required by the package. Module is the module handle for the package. GetPackageInfo passes any application-supplied information passed in the Param parameter to the InfoProc callback. The package's information flags are passed to the InfoProc and returned in the Flags parameter. 

 

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