Dictionary Component
Fnd_Dict_IsValid
Fnd_Dict_IsValid (dict ID) -> Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| dict ID | Number | A dictionary ID |
| Function Result | Boolean | True if the dictionary is valid |
Description
This function tests whether or not the specified dictionary reference is valid. It will return True if the reference is valid and can be used.
Extracted source text
Fnd_Dict_IsValid (dict ID) ➔ Boolean
Parameter Type Description
dict ID Number A dictionary ID
Function Result Boolean True if the dictionary is valid
This function tests whether or not the specified dictionary reference is valid. It will return True if the
reference is valid and can be used.