ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Chart control properties
A Chart control can be used......
Glossary
The glossary lists all the abbreviations used in the code editor......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
ERR_BAD_ACTION
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
The Cell control
The Cell control contains controls......
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
Page Header block
The Page header block is printed on each new page......