ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
CurrentWin (Function)
Identifies the window currently in edit.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, use any shape you want, all images....
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
Push (Function)
Pushes an element onto the stack.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Add tables to a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Dashboard constants
Constants used by the functions for managing Dashboard controls...
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
EmailCheckAddress (Function)
Checks the validity of an email address.
SOAPPrepare (Function)
Builds the SOAP request for calling a web service function.
XMLDocument (Function)
Creates a new XML document.
String constants
List of constants used by string functions...
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....