Dictionary Component
Fnd_Dict_GetBoolean
Fnd_Dict_GetBoolean (dict ID; key name) -> Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| dict ID | Number | A dictionary ID |
| key name | Text | A key name |
| Function Result | Boolean | The value |
Description
This function returns a Boolean value with the specified key from a dictionary.
Extracted source text
Fnd_Dict_GetBoolean (dict ID; key name) ➔ Boolean
Parameter Type Description
dict ID Number A dictionary ID
key name Text A key name
Function Result Boolean The value
This function returns a Boolean value with the specified key from a dictionary.