Dictionary Component
Fnd_Dict_SaveToBlob
Fnd_Dict_SaveToBlob (dict ID; ->BLOB)
Parameters
| Parameter | Type | Description |
|---|---|---|
| dict ID | Number | A dictionary ID |
| BLOB | BLOB | A BLOB variable or field |
Description
Use this command to save a dictionary as a 4D BLOB. Because 4D’s XML creation routines were introduced in 4D 2004, this command will work only with 4D 2004 or later.
Extracted source text
Fnd_Dict_SaveToBlob (dict ID; ->BLOB)
Parameter Type Description
dict ID Number A dictionary ID
BLOB BLOB A BLOB variable or field
Use this command to save a dictionary as a 4D BLOB.
Because 4D’s XML creation routines were introduced in 4D 2004, this command will work only with 4D
2004 or later.