ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
StringInsert (Function)
Inserts a string into another character string at a given position.
TableGiveParent (Function)
Returns the "parent" of an element (next level up) in a TreeView Table control.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
UTFConvert (Function)
Converts a string or buffer to the specified format: UTF, Ansi, Unicode.
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
SFDelete (Function)
Deletes records from a Salesforce database.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
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.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).