ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring a procedure/a function
The different syntaxes for declaring a procedure...
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
8. Windows in practice
Discover the main actions that can be performed on the windows....
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
StreamConfigure (Function)
Specifies the network parameters required to use the Conference controls on Internet.
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Manager of automated tests
The test manager is used to......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
MemCreate (Function)
Creates a memory area.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
XMLSavePosition (Function)
Stores the current position in the XML document.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....