[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Free a loaded resource
Source position: resh.inc line 66
function FreeResource( |
ResData: TFPResourceHGLOBAL |
):LongBool; |
FreeResource unloads the resource identified by ResData from memory. The resource must have been loaded by LoadResource. It returns True if the operation was succesful, False otherwise.
On error, False is returned.
|
Locate a resource and return a handle to it. |
|
|
Load a resource for use |
|
|
Return the size of a particular resource |
|
|
Lock a resource |
|
|
Unlock a previously locked resource |
|
|
Free a loaded resource |