ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Assignment operators
Three assignment operators are available......
FilterCondition (Property)
The FilterCondition property allows you to know the selection condition set by HFilter on a data file, HFSQL view or query.
Pop (Function)
Pops an element from a stack.
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Dequeue (Function)
Removes an element from the queue.
<Chart>.PieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
nWDSetCallbackNext
Set the "callback" called when using the WDKEY and RETURNWDKEY keywords for the next window to open (in C, Pascal and Visual Basic only)......
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
nWDSetParentNext
Set the parent of the next window to open......
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
Supercontrol
A supercontrol is an advanced type of control......
Manipulating Combo Box controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor authentication......
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
<Window>.EdCreateNote (Function)
Creates a Repositionable Note control.
Reloading a document
To reload a document, ......
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.