| [Overview][Constants][Types][Procedures and functions][Index] | 
Return a description of the last error during load/get procedure address operations.
Source position: dynlibs.pas line 38
| function GetLoadErrorStr: string; | 
GetLoadErrorStr returns a textual description of the last library loading or unloading error, or a call to GetProcedureAddress. 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. | |
| 
 | Get the address of a procedure or symbol in a dynamic library. |