RAD Studio VCL Reference
|
Returns the description resource from a package.
function GetPackageDescription(ModuleName: PChar): string;
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!
|