ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode...
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...
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV...
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
SysVersion (Function)
Returns information about the PHP version used on the current server.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
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, ...
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage...
The different types of integers
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.
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows...
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).
HDescribeConnection (Function)
Describes a new connection to an external database.
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
Events associated with a Layout control
LooperInsert (Function)
Inserts a row into a Looper control.
fSize (Function)
Returns the size of a file (in bytes).
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer...
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary:...