ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / 3-tier architecture / WLanguage functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
MemoryToFile (Function)
In french: MémoireVersFichier
ODBCNot available with this kind of connection
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.
Syntax
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.
Remarks
  • 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.
Component: wd300vm.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/15/2024

Send a report | Local help