ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Writing an email: the available methods
This help page presents the methods for writing an email....
WLanguage procedure associated with YesNoAsynchronous
Procedure ("Callback") called by YesNoAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.
Creating the menus for the windows of the WINDEV RAD pattern
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
WLanguage procedure called by OKCancelAsynchronous
Procedure ("Callback") called by OKCancelAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.
Sequence of selection conditions for a query
When at least two selection conditions are found in a query, the sequence of selection conditions must be specified by the conditional operators AND and OR......
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Image control in a page
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Document (Type of variable)
The Document type is used to handle a "docx" document.
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
iPrintDoc (Function)
Prints a document in "docx" format.
<Document variable>.StartModification (Function)
Indicates the start of a series of actions performed on a Document variable in a single event ("undo/redo")....
<Chart>.StartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
<Document variable>.Seek (Function)
Finds a character string in an entire Document variable.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
SubCaption (Property)
The SubCaption property is used to get and change: the secondary caption of an option found in a Radio Button or Check Box control. the secondary caption of an element found in a TreeMap control....
<docElement variable>.ChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
DocUpdateFormula (Function)
Updates the formulas in a document.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......