For compatibility with Delphi/Windows: Get the address of a procedure.
Source position: dynlibh.inc line 63
function GetProcAddress( |
Lib: TLibHandle; |
const ProcName: AnsiString |
):Pointer; |
GetProcAddress provides the same functionality as GetProcedureAddress, and is provided for compatibility with Delphi.