Skip to main content
Version: 21 R4 BETA

Get resource properties

Get resource properties ( resType : Text ; resID : Integer {; resFile : Time} ) : Integer

ParameterTypeDescription
resTypeText→4-character resource type
resIDInteger→Resource ID number
resFileTime→Resource file reference number, or all open resource files, if omitted
Function resultInteger←Resource attributes
History
ReleaseChanges
6Created

Description​

The Get resource properties command returns the attributes of the resource whose type is passed in resType and whose ID number is passed in resID.

If you pass a valid resource file reference number in the parameter resFile, the resource is searched for within that file only. If you do not pass the parameter resFile, the resource is searched for within the current open resource files.

If the resource does not exist, the command returns 0 (zero) and sets the OK variable to 0 (zero).

The numeric value returned by Get resource properties must be seen as a bit field value whose bits have special meaning.

Example​

See example for the Get resource name command.

System variables and sets​

The OK variable is set to 0 if the resource does not exist; otherwise, it is set to 1.

Properties​

Command number515
Thread safeno
Modifies variablesOK