ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Control constants
List of constants used by the functions for managing controls...
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
dTextWidth (Function)
Calculates text width in pixels. This new function is available from WINDEV Suite SaaS 2025 Update 2....
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report......
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
Static control properties
List of properties associated with a Static control...
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).