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