Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

OpenResource

Open an resource for use

Declaration

Source position: exec.pas line 2019

function OpenResource(

  resName: PChar

):Pointer;

Arguments

resName

  

The name of the resource requested.

Function result

A resource pointer if successful, else nil

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