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