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, ...
Radio Button control properties
List of properties associated with a Radio Button control...
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position...
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV...
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points...
fDir (Example)
Usage example of the fDir function
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime,...
fCompare (Example)
Usage example of the fCompare function
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
MemSeek (Example)
Usage example of the MemSeek function
fReadLine (Example)
Usage example of the fReadLine function
fSize (Example)
Usage example of the fSize function
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
ToastDisplay (Function)
Displays a "Toast" message.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage...
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset...
grGridlines (Function)
Displays or hides the chart gridlines.
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management...
Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
fRename (Example)
Usage example of the fRename function
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......