ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Table>.SearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
2. Examples and components provided with WEBDEV
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
Binding controls to data
A window or page can display information from......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
Events associated with a Layout control
Events associated with Static controls
List of events associated with Static controls...
Properties linked to the Euro management
List of properties linked to the Euro management...
Events associated with Looper controls
List of events associated with Looper controls...
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
SelectedText (Property)
The SelectedText property is used to get and change the text selected in an Edit control, editable Combo Box control or editable column in a Table control.
WLanguage procedure called by OKCancelAsynchronous
Procedure ("Callback") called by OKCancelAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.
WLanguage procedure associated with YesNoAsynchronous
Procedure ("Callback") called by YesNoAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......