|
|
|
|
|
MmoPackMethod (Property) In french: CompressionMMO
Available only with these kinds of connection
The MmoPackMethod property sets the compression mode of a MMO file (containing text and binary memos) associated with a data file. You can: - get the compression mode of a memo file (data files defined in the data model editor or programmatically).
- change the compression mode of a memo file (data files defined programmatically only).
AFile is File Description
AFile.MmoPackMethod = hPackZLW
Syntax
Getting the memo file compression mode Hide the details
<Current compression mode> = <Data file>.MmoPackMethod
<Current compression mode>: Integer constant There are two compression modes:
| | hPackNo | The memo file is not compressed. | hPackZLW | The memo file is compressed according to the Ziw-Lempel algorithm, Welch implementation. |
<Data file>: Character string Name of the data file used. This name is defined in the data model editor or with the File Description type.
Defining the memo file compression mode Hide the details
<Data file>.MmoPackMethod = <New compression mode>
<Data file>: Character string Name of the data file used. This name is defined with the File Description type. <New compression mode>: Integer constant There are two compression modes:
| | hPackNo | The memo file is not compressed. | hPackZLW | The memo file is compressed according to the Ziw-Lempel algorithm, Welch implementation. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|