ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
WDADMINEXE: Managing the setups in push
WDADMINEXE is used to deploy network applications in push via the "Push" tab......
The Edit control
The Edit control allows users to enter data......
Break management functions
The following functions are used to manage loopers in the Table controls and the Looper controls:...
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
The Tab control
The Tab control is used to simultaneously display different controls......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
10. Embedded queries
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
14. Controls in practice