ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options...
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:...
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
The planes in WEBDEV
The planes are used to group the controls of an element......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
The planes (in a window or in a report)
The planes are used to group the window controls......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
The HTML Display control
The HTML Display control displays a web page in an application......
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
AppointmentListCalendar (Function)
Lists the calendars available on the mobile device (Android/iOS)....
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
Typing multilingual texts
For a multilingual application, you have the ability to......
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
12. Synchronizing data
Global and local variable
Two types of variables are available......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......