|
|
|
|
|
MemoryToFile (Function) In french: MémoireVersFichier
Not 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|