TLoadLibraryUHandler
Load library (unicode) handler type
Declaration
Source position: dynlibh.inc line 33
Type
TLoadLibraryUHandler = function(const Name: UnicodeString) : TLibHandle
Description
TLoadLibraryUHandler is the type for the loadlibrary call using unicode names in the TDynLibsManager dynamic library loading manager.
See also
Name | Description |
---|---|
TDynLibsManager | Dynamic library loading support |