Dictionary Component

Fnd_Dict_LoadFromBlob

Fnd_Dict_LoadFromBlob (->dict BLOB) -> Longint

Legacy manual page 77

Parameters

ParameterTypeDescription
dict BLOBPointerA dictionary in BLOB form
Function ResultNumberThe new dictionary's reference number

Description

This function loads a dictionary from a 4D BLOB created by a previous call to Fnd_Dict_SaveToBlob. It returns the reference number to the new dictionary.

Extracted source text
            Fnd_Dict_LoadFromBlob (->dict BLOB) ➔ Longint

              Parameter                Type              Description
              dict BLOB                Pointer           A dictionary in BLOB form
              Function Result          Number            The new dictionary's reference number

            This function loads a dictionary from a 4D BLOB created by a previous call to Fnd_Dict_SaveToBlob. It
            returns the reference number to the new dictionary.