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, ...
Count (Property)
The Count property returns the number of elements in a given set.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage...
Image (Property)
The Image property gets and sets the background image of a control or block.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
Character strings
WLanguage supports different types of strings....
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
ArraySort (Function)
Sorts a WLanguage array.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy...
SocketCreate (Function)
Creates a socket.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file...
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls...
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Events associated with Tab controls
List of events associated with Tab controls...
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used...
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls...
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
FileDisplay (Function)
Displays a file in the browser of Web user.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.