[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

FreeResource

Free a loaded resource

Declaration

Source position: resh.inc line 38

function FreeResource(

  ResData: HGLOBAL

):LongBool;

Description

FreeResourceunloads the resource identified by ResDatafrom memory. The resource must have been loaded by LoadResource. It returns Trueif the operation was succesful, Falseotherwise.

Errors

On error, Falseis 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