ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
Cell (Property)
The Cell property is used to manipulate one or more cells.
1. WEBDEV editors
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
13. External component in practice
External component in practice...
FileDisplay (Function)
Displays a file in the browser of Web user.
Guided tour management constants
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
PageAddress (Function)
Used to find out the Internet address of a page.
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
dPen (Example)
Usage example of the dPen function