Dictionary Component

Fnd_Dict_LoadFromFile

Fnd_Dict_LoadFromFile (path) -> Longint

Legacy manual page 77

Parameters

ParameterTypeDescription
pathTextA path to a dictionary file
Function ResultNumberThe new dictionary's reference number

Description

This function loads a dictionary from the file specified by the path parameter. It returns the reference number to the new dictionary.

Extracted source text
            Fnd_Dict_LoadFromFile (path) ➔ Longint

              Parameter                Type              Description
              path                     Text              A path to a dictionary file
              Function Result          Number            The new dictionary's reference number

            This function loads a dictionary from the file specified by the path parameter. It returns the reference
            number to the new dictionary.