ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
HaspHLRead (Function)
Reads data (character string or buffer) in the internal memory of the Hasp key.
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
xmlReader (Variable type)
The xmlReader type is used to read an XML document without loading it in memory.
HaspHLWrite (Function)
Writes data (character string or buffer) into the internal memory of the Hasp key.
<Image variable>.SaveGIF (Function)
Saves an image found in an Image variable: in a file in GIF format. in memory....
ERR_OUT_OF_MEMORY
Insufficient memory to perform the operation. ERR_OUT_OF_MEMORY (13)...
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
Control animations
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
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.
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
WLanguage procedure called by fMemOpen
Procedure ("Callback") called by fMemOpen if the memory area is modified by another WLanguage application.