Load a resource for use.
Source position: resh.inc line 72
function LoadResource( |
ModuleHandle: TFPResourceHMODULE; |
ResHandle: TFPResourceHandle |
LoadResource loads a resource identified by ResHandle from a module identified by ModuleHandleinto memory. It returns a handle to the resource.
Loaded resources must be unloaded again using the FreeResource function.
On error, 0 is returned.
|
Locate a resource and return a handle to it. |
|
|
Free a loaded resource. |
|
|
Return the size of a particular resource. |
|
|
Lock a resource. |
|
|
Unlock a previously locked resource. |
|
|
Free a loaded resource. |