ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
Alignment
The Alignment property is used to align elements.
Rich Text Area control properties
A Rich Text Area control can be handled in a window by the following WLanguage properties......
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Software license agreement
WINDEV Express license agreement...
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
Text (Property)
The Text property is used to get and modify text.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
User (Property)
The User property is used to identify and change the user of a feature.
PageAddress (Function)
Used to find out the Internet address of a page.
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......