ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
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....
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current table record. the content of the Record variable to the current table record....
REST web service: Importing an API from OpenAPI
REST web service APIs can be described using OpenAPl files......
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
HAlias (Example)
Usage example of the HAlias function
Caption (Property)
The Caption property gets and sets the text of an element.
Sum (Function)
Calculates the sum of the array elements.
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
Organizer control functions
The following functions are used to manage the Organizer control:...
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
Title (Property)
The Title property gets and sets the title of an element.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
EmailCheckAddress (Function)
Checks the validity of an email address.
TimeToString (Function)
Converts a time to a string in the specified format.
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....
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.