ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Warning (Function)
Displays a custom message in a system warning window.
Date (Type of variable)
The Date type enables you to easily handle the dates...
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
The Tab control
The Tab control is used to simultaneously display different controls......
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
zipCreate (Function)
Creates an archive.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
DotNetRun (Function)
Runs a procedure on a .Net server.
Sub-query
A sub-query is a query whose result is used by another query......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
The HTML Display control
The HTML Display control displays a web page in an application......
WINDEV and OPC
OPC stands for "OLE for Process Control"......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
WINDEV License Agreement
WINDEV License Agreement...
HTTPRequest (Example)
Usage example of the HTTPRequest function