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, ...
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
NationToLanguage (Function)
Returns the language corresponding to a nation.
LanguageToNation (Function)
Returns the nation corresponding to a language.
fChangeSize (Function)
Resizes an external file.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first...
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
Chart control properties
A Chart control can be used......
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following...
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit...
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage...
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map...
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
StringInsert (Function)
Inserts a string into another character string at a given position.
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
LanguageToName (Function)
Returns the name of a language.
CookieWrite (Example)
Usage example of the CookieWrite function
CookieRead (Example)
Usage example of the CookieRead function
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array....
fOpenTempFile (Function)
Creates and opens a temporary file.