ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: WLanguage functions
5 results
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
FileToMemory (Function)
Automatically initializes the values of the members of a structure or class with the values of the items of the current record.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
Serialize (Example)
Usage example of the Serialize function
Serialize (Function)
Converts the following elements to a specific format:
  • a structure and its subelements,
  • a class and its subelements,
  • an array (including associative arrays),
  • a queue,
  • a stack,
  • a list.