ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Menu management functions
List of functions for managing menus...
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Constants for managing videos
List of constants used by the functions for video management....
Two-factor authentication functions
The Latitude property gets and sets the latitude of an element....
HDeactivateTrigger (Function)
Disables a trigger.
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
WiFiListNetwork (Function)
Returns the list of Wi-Fi networks configured on the device.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
<Connection variable>.RSTransformSpareIntoServer (Function)
Transforms a Spare server into an HFSQL server. This makes it possible to delete replications of a spare server so that it can be used again. For example, this function can be used in the case of a master server that becomes unreachable. This function should only be used in a critical situation. Note: This function is only available from version 2025 Update 1....
<Connection variable>.RSListConfig (Function)
Lists the replications available on a master HFSQL server.
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
awProcedureGetAndSendInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendAndGetInfo.
awProcedureGetInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendInfo.
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......