Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

FreeResource

Free a loaded resource.

Declaration

Source position: resh.inc line 76

function FreeResource(

  ResData: TFPResourceHGLOBAL

):LongBool;

Description

FreeResource unloads the resource identified by ResData from memory. The resource must have been loaded by LoadResource. It returns True if the operation was successful, False otherwise.

Errors

On error, False is returned.

See also

FindResource

  

Locate a resource and return a handle to it.

LoadResource

  

Load a resource for use.

SizeofResource

  

Return the size of a particular resource.

LockResource

  

Lock a resource.

UnlockResource

  

Unlock a previously locked resource.

FreeResource

  

Free a loaded resource.


Documentation generated on: Jul 24 2023