ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLChangeConnection (Function)
Modifies the current connection.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
WidgetRunApp (Function)
Starts the application to which a widget belongs.
fDirRename (Function)
Renames a directory.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
fRemoveDir (Function)
Deletes a directory from a disk.
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.
XMLPath (Function)
Returns the current position in the document in XPATH format.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
Scrollbar control properties
List of properties associated with the Scrollbar control...
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
diagBorder (Type of variable)
The diagBorder type is used to define all the advanced characteristics of a border (or borders) of a shape used in a diagram.
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.
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....
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
ExceptionPropagate (Function)
Propagates an exception.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.