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

AddLibrary

Adds a library to the system

Declaration

Source position: exec.pas line 1835

procedure AddLibrary(

  Lib: PLibrary

);

Arguments

Lib

  

Pointer to a previously initialized library structure

Description

This function adds a new library to the library list. All programs can open it from now on. This function also calculates the checksum of the library.

See also

MakeLibrary

  

Construct a library

OpenLibrary

  

Open a library to use

RemLibrary

  

Remove a library from the system

CloseLibrary

  

Close access to library


Documentation generated on: 2021-07-30