Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

OpenResource

Open an resource for use

Declaration

Source position: exec.pas line 1259

function OpenResource(

  const resName: pCHAR

):POINTER;

function OpenResource(

  const resName: string

):POINTER;

Arguments

resName

  

The name of the resource requested.

Function result

A resource pointer if successful, else nil

Arguments

resName

  

The name of the resource requested.

Description

This function returns a pointer to a resource that was previously installed into the system.

There is no CloseResource() function.


Documentation generated on: 2021-07-30