[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

RemLibrary

Remove a library from the system

Declaration

Source position: exec.pas line 1275

procedure RemLibrary(

  Library_: PLibrary

);

Description

This function calls the library's EXPUNGE vector, which requests that a library delete itself. The library may refuse to do this if it is busy or currently open. This is not typically called by user code.

There are certain, limited circumstances where it may be appropriate to attempt to specifically flush a certain Library.


Documentation generated on: 2017-01-10