ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
iPrintSignature (Function)
Prints an image of the signature in a rectangular area.
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Assisted universal replication: specific features
hdfsRights (Type of variable)
The hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
HCross (Function)
Crosses a record in a data file.
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Classes, members, methods and properties
A class is made of......
ThreadPause (Function)
Pauses the current thread during the specified duration.
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
WINDEV Mobile 2024 Tutorial - Table of contents
Creating a delete query
A delete query (corresponding SQL statement......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
gpwOAuthParameters (Type of variable)
The gpwOAuthParameters type allows you to define all the information needed for authentication to the User Groupware via an application that uses the OAuth 2.0 standard.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.