ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
wWDGetReturnValueType
Type of the return value of the last nWDExecute, nWDExecuteEx or nWDEvalue statement]......
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
AppointmentDisplay (Function)
Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
PopupAnimate (Function)
Displays a popup in a page cell.
DashMode (Function)
Opens or closes the Dashboard control edit mode.
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
Manipulating Toolbar controls programmatically
WINDEV allows you to programmatically manipulate Toolbar controls......