AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades HFSQL
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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).
Ejemplo
// Defining the data format
Customer.Format = hUnicodeFormat
...
// Validate the data file description
HDescribeFile(Customer)
Sintaxis

Identifying the data format Ocultar los detalles

<Current format> = <Data file>.Format
<Current format>: Integer constant
One of the available formats:
hANSIFormatAnsi format (used by Windows).
hUnicodeFormatUnicode 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.

Defining the data format Ocultar los detalles

<Data file>.Format = <New format>
<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:
hANSIFormatAnsi format (used by Windows).
hUnicodeFormatUnicode format.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 13/05/2025

Señalar un error o enviar una sugerencia | Ayuda local