ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
fSelect (Example)
Usage example of the fSelect function
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
Truncate (Function)
Truncates the right part of a string or buffer.
12. External component in practice
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
fDelete (Function)
Deletes a file accessible from the current computer.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
ErrorThrow (Function)
Throw a non-fatal error.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.