Return the size of a particular resource.
Source position: resh.inc line 73
| function SizeofResource( | 
| ModuleHandle: TFPResourceHMODULE; | 
| ResHandle: TFPResourceHandle | 
| ):LongWord; | 
SizeOfResource returns the size of the resource identified by ResHandle in module identified by ModuleHandle. ResHandle should be obtained from a call to LoadResource
In case of an error, 0 is returned.
| 
 | Locate a resource and return a handle to it. | |
| 
 | Free a loaded resource. | |
| 
 | Load a resource for use. | |
| 
 | Lock a resource. | |
| 
 | Unlock a previously locked resource. | |
| 
 | Free a loaded resource. |