Dictionary Component

Fnd_Dict_GetLongint

Fnd_Dict_GetLongint (dict ID; key name) -> Longint

Legacy manual page 73

Parameters

ParameterTypeDescription
dict IDNumberA dictionary ID
key nameTextA key name
Function ResultLongintThe 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.