ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
<Window>.EdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdRestore (Function)
Undoes all the modifications made by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
<Window>.EdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Slider control properties (in a window)
List of properties associated with the Slider control found in a window...
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
Video functions
List of video functions...
ERR_DISCONNECTED_UPDATE
Software Factory
The concept of software factory is used to automate the process for creating applications....
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
Camera/Video functions (prefix syntax)
ReplicDeleteSubscription (Function)
Deletes the subscription of a replication on the replication server.
AppointmentToiCalendar (Function)
Exports an appointment or a list of appointments in iCalendar format.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
AppointmentRead (Function)
Reads an appointment found in the calendar of a Lotus Notes or Outlook messaging.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
CameraGenerateThumbnail (Function)
Generates a thumbnail of the specified photo or video.
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......