[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

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.


Documentation generated on: May 14 2021