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.
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays. Warning: This feature...
grTitleFont (Function)
Modifies the font used for the chart title.
XMLDocument (Function)
Creates a new XML document.
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
grScatterSeriesLabel (Function)
Initializes the label of a data series in a "Scatter" chart. Warning: This feature...
TableItemStatus (Function)
Returns the state of a node in a TreeView Table control: rolled up, unrolled or non-existent.
grLegendFont (Function)
Modifies the font used for the chart legend.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV...
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays. Warning: This feature is only available...
grScatterGetDataXY (Function)
Retrieves a data from a "Scatter" chart. Warning: This feature is only available from WINDEV Suite...
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL table or query.
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements),...
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal...
XMLAddChild (Example)
Usage example of the XMLAddChild function
XMLElementName (Example)
Usage example of the XMLElementName function
XMLRoot (Example)
Usage example of the XMLRoot function
XMLFind (Example)
Usage example of the XMLFind function
XMLSavePosition (Example)
Usage example of the XMLSavePosition function
XMLChild (Example)
Usage example of the XMLChild function