SysUtils.LoadPackage

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From SysUtils.pas

	function LoadPackage(const Name: string): Cardinal; overload;
 
	function LoadPackage(const Name: string; AValidatePackage: TValidatePackageProc): Cardinal; overload;


Unit: SysUtils

Type: function

Visibility: public

C++ Information

From SysUtils.hpp

	unsigned int __fastcall LoadPackage(System::UnicodeString Name);


Unit: SysUtils

Type: function

Description

Loads a specified package.


LoadPackage loads the package specified by the Name parameter, checks for duplicate units, and calls the initialization blocks of all units contained in the package.

See Also

Personal tools
Translations
Newest Version