ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
ChronoReset (Function)
Stops and resets a running stopwatch.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
diagHead (Type of variable)
The diagHead type is used to define all the advanced characteristics of an end of a connector in a diagram.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
Crosstab report
The report editor allows you to create "Crosstab" reports......
Push (Function)
Pushes an element onto the stack.
Enqueue (Function)
Adds an element to the queue.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
dFont (Example)
Usage example of the dFont function
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
Constants for encryption/compression
List of constants used by the encryption/compression functions...
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
Database schema editor: Link description
The links are used to link the tables described in a database schema between themselves......
dSaveImageGIF (Example)
Usage example of the dSaveImageGIF function