GetProcAddress

For compatibility with Delphi/Windows: Get the address of a procedure

Declaration

Source position: dynlibh.inc line 62

  function GetProcAddress(Lib: TLibHandle; const ProcName: AnsiString)
                          : Pointer;

Description

GetProcAddress provides the same functionality as GetProcedureAddress , and is provided for compatibility with Delphi.