ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
EmailSendMessage (Example)
Usage example of the EmailSendMessage function
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....
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Events associated with control templates
List of events associated with control templates...
Value (Property)
The Value property is used to get and change the value of an element.
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
fCompress (Example)
Usage example of the fCompress function
fListFile (Example)
Usage example of the fListFile function
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
Events associated with a Multimedia control
List of events associated with a Multimedia control...
DateToInteger (Function)
Converts a date to an integer.
ArraySort (Example)
Usage example of the ArraySort function
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
Report viewer: Proposing several reports
In the document preview, end users can......
Logical operators
The logical operators are as follows......
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
Customizing the User Groupware
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
HReadSeek (Example)
Usage example of the HReadSeek function
XMLDocument (Example)
Usage example of the XMLDocument function