|
|
|
|
|
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).
Customer.Format = hUnicodeFormat
...
HDescribeFile(Customer)
Sintaxis <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. |
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|