Dictionary Component
Fnd_Dict_LoadFromFile
Fnd_Dict_LoadFromFile (path) -> Longint
Parameters
| Parameter | Type | Description |
|---|---|---|
| path | Text | A path to a dictionary file |
| Function Result | Number | The 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.