ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Optional events
By default, the codes available in the code editor correspond to the most common codes......
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
Select query description window: Actions applied
This help page presents the actions that can be performed from the description window of a query....
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
The planes (in a window or in a report)
The planes are used to group the window controls......
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
IF statement
The conditional IF statement allows you to run an action according to a condition...
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
ServiceUninstall (Function)
Uninstalls a service.
GUIDAnalysis (Property)
The GUIDAnalysis property returns the GUID of the analysis that was used to create the data file.
ChangeKeyboard (Function)
Gets or sets the language associated with the keyboard.
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.