[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Locate a resource and return a handle to it.
Source position: line 0
function FindResource( |
ModuleHandle: HMODULE; |
ResourceName: PChar; |
ResourceType: PChar |
):TResourceHandle; |
ModuleHandle: HMODULE; |
ResourceName: AnsiString; |
ResourceType: AnsiString |
FindResource searches for a resource with name ResourceName and of type ResourceType in the executable or library identified by ModuleHandle. It returns a TResourceHandle which can be used to load the resource with LoadResource.
None. In case the resource was not found, 0 is returned.
|
Free a loaded resource |
|
|
Load a resource for use |
|
|
Return the size of a particular resource |
|
|
Lock a resource |
|
|
Unlock a previously locked resource |
|
|
Free a loaded resource |
No notes exist for this page yet.