ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different copy modes
Two different copy modes are proposed by WDTRAD...
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
XMLPath (Function)
Returns the current position in the document in XPATH format.
RGB (Function)
Defines a color from its Red, Green and Blue components.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
Factorial (Function)
Returns the factorial of an integer number.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
fRemoveDir (Function)
Deletes a directory from a disk.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatRead (Function)
Reads the value of a matrix element.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.