ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Automatic management of exceptions
The management of exceptions can be customized by process......
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
Android Widget windows
An Android application can contain one or more Widget windows......
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
xlsRow (Type of variable)
The xlsRow type is used to describe and modify a row in an Excel document...
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
AnimationPrepare (Function)
Prepares the animation on a control, a group of controls or a window.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
xlsColumn (Type of variable)
The xlsColumn type is used to describe and modify a column in an Excel document...
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
WinEdCreateNote (Function)
Creates a Repositionable Note control.
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......
ScreenshotAllowed (Property)
The ScreenshotAllowed property is used to: Determine whether it is possible to take screenshots of a window, Allow or prevent taking screenshots of a window....
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.