ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
Cardinalities
The cardinalities are used to count the links between the files......
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
Customizing the User Groupware
<Source>.ReadFirst (Function)
Sets the position on the first record according to a browse item.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......