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