RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.GetPackageDescription Function

Returns the description resource from a package.

Pascal
function GetPackageDescription(ModuleName: PChar): string;
C++
AnsiString GetPackageDescription(const char * ModuleName);

SysUtils

Call GetPackageDescription to obtain the description stored with the named package. If the package does not have a description resource, GetPackageDescription returns an empty string. 

 

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