ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
Internal component description
The description of an internal component can opened at any time......
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. find out or modify the collapsed/expanded status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
WordCount (Function)
Returns the number of words in a string.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
Power (Function)
Raise a number to a power.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
ErrorThrow (Function)
Throw a non-fatal error.
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......