|
|
|
|
|
Format (Property) In french: Format
The Format property is used to define the data format of a data file. You can: - Know the data format used for a data file (data file defined in the data model editor or programmatically defined).
- Define the data format of a data file (only for files defined programmatically).
Client.Format = hUnicodeFormat
...
HDescribeFile(Client)
Syntax
Identifying the data format Hide the details
<Current format> = <Data file>.Format
<Current format>: Integer constant One of the available formats:
| | hANSIFormat | Ansi format (used by Windows). | hUnicodeFormat | Unicode format. |
<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. <Data file>: Character string Name of the data file used. This name is defined with the File Description type. <New format>: Integer constant One of the available formats:
| | hANSIFormat | Ansi format (used by Windows). | hUnicodeFormat | Unicode format. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|