[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
For compatibility with Delphi/Windows: Get the address of a procedure
Source position: dynlibh.inc line 62
function GetProcAddress( |
Lib: TLibHandle; |
const ProcName: AnsiString |
):Pointer; |
GetProcAddress provides the same functionality as GetProcedureAddress, and is provided for compatibility with Delphi.