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 / Administrar bases de datos / HFSQL / Arquitectura de 3 niveles / Funciones WLanguage
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
MemoryToFile (Function)
ODBCNo disponible con este tipo de conexión
Automatically initializes the memory value of the items for the current data file record with the values of the members:
  • of a structure.
  • of a class.
  • of an advanced type.
Note: MemoryToFile does not write to the data file: only the variables of the data file fields are assigned (i.e., the variables of the record loaded into memory).. To modify the records, use HAdd, HModify, HWrite, etc.
Sintaxis
MemoryToFile(<Name of Structure or Class> , <File name>)
<Name of Structure or Class>: Structure or Class variable
Name of the structure or name of the class containing the values of items.
<File name>: Character string
Name of the data file to which the linked items belong.
Observaciones
  • If a member of the structure or class is named like an item of the HFSQL data file, the value of the member is copied into the item in memory. The name of the member must contain no prefix. The case and the accented characters are ignored when comparing the name of items and the names of members.
  • If an HFSQL field has no member in the class or structure, its value is not modified: no recopy is performed. To initialize the value of the HFSQL items before the call to MemoryToFile, use HReset.
Componente: wd300vm.dll
Versión mínima requerida
  • Versión 10
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 15/11/2024

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