ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server...
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP...
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode...
WLanguage properties available in PHP
The following properties are available in PHP
How to develop a PHP site?
What is a PHP site?...
WEBDEV: AS/400 Native Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP...
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
SysVersion (Function)
Returns information about the PHP version used on the current server.
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV...
InPHPMode (Function)
Indicates whether the code is run in PHP.
WEBDEV 2026: New WLanguage features
Version 2026 includes new and improved functions, properties and data types, ...
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
The "Line" charts
In the line charts, the data is interpreted as successive y-coordinates of points......
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows...
The different types of integers
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage...
HOpenConnection (Function)
Opens a connection to a specific database.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found...
LooperDelete (Function)
Deletes a row from a Looper control.
Events associated with Static controls
List of events associated with Static controls...
SysDir (Function)
Returns the path of a system directory.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control,...
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
XMLNext (Function)
Positions on the next element (tag or attribute).
XMLChild (Function)
Positions on the first child element of current element.
PageToFile (Function)
Automatically updates: the value of the items in a table with the value of the controls...
dResize (Function)
Resizes an image found: in an Image control. in an Image variable. in a picLayer variable]....
Layout control events
Changes the mode and the method for locking data files....
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
FTPSize (Function)
Returns the size (in bytes) of a file located on an FTP server (File Transfer Protocol).
HDescribeConnection (Function)
Describes a new connection to an external database.
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......