ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
MenuState (Function)
Identifies the state of an option in a context or drop-down menu, i.e., active, disabled or invisible.
Manipulating menu options programmatically
Menu options can be manipulated...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Image (Property)
The Image property gets and sets the background image of a control or block.
MenuExist (Function)
Indicates whether a menu option exists in a menu.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
Referring to an element in a WLanguage event / process
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
SensorEnd (Function)
Indicates the end of the use of the sensor functions.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
SaaSAdminDisconnect (Function)
Ends the management session of a SaaS database.
<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.
<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.
LooperAddLine (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.
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
10. Smart controls
Smart controls...
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......