[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Enumerate available resource names for a specified resource type
Source position: resh.inc line 67
function EnumResourceNames( |
ModuleHandle: TFPResourceHMODULE; |
ResourceType: PChar; |
EnumFunc: EnumResNameProc; |
lParam: PtrInt |
):LongBool; |
EnumResourceNames enumerates the names of all resources of type ResourceType in the module ModuleHandle. For each resource available it calls EnumFunc and passes it ModuleHandle, the type of the resource ResourceType, the name of the resource, and lParam. It returns False if no resources are available for the specified resource type and module, or True if there are resources available.
None.
|
Enumerate available resource types |
|
|
Enumerate available languages for a resource of given type and name |