ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
grDraw (Function)
Draws a chart according to the specified parameters.
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
Commands of the external interface
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
Speech synthesis in the mobile applications
The phones can talk!......
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
Control (Type of variable)
The Control type is used to define the characteristics of a control.
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......