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.
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator....
fClose (Example)
Usage example of the fClose function
HNbRec (Example)
Usage example of the HNbRec function
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio...
HDelete (Function)
Deletes a record from a data file (query or view).
fDelete (Example)
Usage example of the fDelete function
SysDir (Function)
Returns the path of a system directory.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0...
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally...
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row...
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
FTPCommand (Function)
Sends a specific FTP command to a server.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
grTitle (Function)
Modifies the caption and/or position of the chart title....
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
grAddData (Function)
Adds a data into a chart.
fSeek (Example)
Usage example of the fSeek function