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

AddResource

Add a resource to the system

Declaration

Source position: exec.pas line 2013

procedure AddResource(

  resource: Pointer

);

Arguments

resource

  

Pointer an initialized resource node

Description

This function adds a new resource to the system and makes it available to other users. The resource must be ready to be called at this time.

Resources currently have no system-imposed structure, however they must start with a standard named node (LN_SIZE), and should with a standard Library node (LIB_SIZE).

See also

RemResource

  

Remove a resource from the system

OpenResource

  

Open an resource for use

MakeLibrary

  

Construct a library


Documentation generated on: 2021-07-30