ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...
New (Reserved word)
New is used to allocate memory space...
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
Complete (Function)
Returns a character string of a specified length.
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
InWindowsPhoneSimulatorMode (Function)
Indicates whether the code is run in the Windows Phone simulator. Function kept for backward compatibility....
HDeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Log (Function)
Calculates the decimal logarithm of a numeric value.
HResetUser (Function)
Initializes the structure for user management (HUser) with the default values.
HInfoServer (Function)
Returns the specified information about the server.
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
HResetClient (Function)
Initializes the structure for managing the Client computers (HClient structure).
XMLPath (Function)
Returns the current position in the document in XPATH format.
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.