Dictionary Component

Fnd_Dict_GetBoolean

Fnd_Dict_GetBoolean (dict ID; key name) -> Boolean

Legacy manual page 73

Parameters

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