ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option...
Functions for managing menus (prefix syntax)
List of functions for managing menus
Menu functions
List of functions for managing menus
Referring to an element in a WLanguage event / process
<Looper>.AddLine (Function)
Adds a row at the end of a Looper control.
<String type>.Increment (Function)
Increments a number at the beginning or at the end of a string.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
<Connection variable>.NoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
LooperAdd (Function)
Adds a row at the end of a Looper control.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
EndTimer (Function)
Ends the execution of a timer triggered by Timer.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
tapiCallEnd (Function)
Returns the date and time of the end of call.
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
10. Smart controls
Smart controls...
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
InputValue (Property)
The InputValue property is used to: find out whether the end user can enter or change values in a Spreadsheet control. allow or prevent the end user from entering or changing values in a Spreadsheet control....
InputFormula (Property)
The InputFormula property is used to: find out whether the end user can enter or change formulas in a Spreadsheet control. allow or prevent the end user from entering or changing formulas in a Spreadsheet control....
MenuInsertOption (Function)
Inserts a new option at a specific position.
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
Programming charts (prefix syntax)
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......
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
Android Control Center
Do you know where to find your application log files?...
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......