ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project elements
The project includes windows, reports, queries, help files, sets of procedures, ...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
HTMLToText (Function)
Converts an HTML string or buffer to text.
IdentifierAWPContext (Function)
Returns the identifier of AWP context.
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
2. WEBDEV administrator in practice
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
The structure of the file for remote control
The management of remote control uses a file in INI format......
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
fCurrentDir (Function)
Identifies or modifies the current directory.
WEBDEV 2024 Tutorial - Table of contents
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
Events associated with Looper controls
List of events associated with Looper controls...
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.
ControlTypeInfo (Function)
Returns the icon corresponding to the specified type of control.
Operations performed on collaboration diagrams
The following paragraphs explain......
14. Managing the "Back" button in practice
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...