ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Choose the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages...
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
AutomaticLink (Property)
The AutomaticLink property is used to: determine if the automatic link detection mode is enabled, enable or disable the automatic link detection mode....
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
FinCurrentVal (Function)
Returns the current value of investment.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
Handling an internal component
An internal component is a set of elements from a project......