[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Load library (unicode) handler type
Source position: dynlibh.inc line 33
type TLoadLibraryUHandler = function( |
const Name: UnicodeString |
):TLibHandle; |
TLoadLibraryUHandler is the type for the loadlibrary call using unicode names in the TDynLibsManager dynamic library loading manager.
|
Dynamic library loading support |