Dictionary Component
Fnd_Dict_HasKey
Fnd_Dict_HasKey (dict ID; key name) -> Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| dict ID | Number | A dictionary ID |
| key name | Text | A key name |
| Function Result | Boolean | True if the key exists |
Description
This function tests whether or not a specific key exists in a dictionary. It will return True if the key exists.
Extracted source text
Fnd_Dict_HasKey (dict ID; key name) ➔ Boolean
Parameter Type Description
dict ID Number A dictionary ID
key name Text A key name
Function Result Boolean True if the key exists
This function tests whether or not a specific key exists in a dictionary. It will return True if the key exists.