ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
ExtractLine (Function)
Extracts a specific line from a character string.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
EmailCopy (Function)
Copies an email found in a directory to another directory of an IMAP server.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
VariantConvert (Function)
Converts the value stored in a Variant variable].
Underline (Property)
The Underline property is used to: Find out whether a Font variable is underlined. Underline (or not) a Font variable....
fDirectoryExist (Function)
Checks the existence of a directory.
HCloseConnection (Function)
Closes a connection to a database.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
XMLClose (Function)
Closes an XML document created by XMLDocument.
Date and Time management functions
List of functions for managing dates and times...
Events associated with internal windows
List of events associated with internal windows...
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
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....
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
MemCreate (Function)
Creates a memory area.