| [Overview][Constants][Types][Procedures and functions][Index] | 
Return a textual description of the last load error
Source position: dynlibs.pas line 53
| function GetLoadErrorStr: string; | 
GetLoadErrorStr returns a textual description of the last library loading or unloading error. No other system calls may be made between the load call and the call of GetLoadErrorStr
| 
 | Load a dynamic library and return a handle to it. |