ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
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.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Comparing the project messages
The comparison between source and target text helps you find translation errors......
Test of a query
The query editor allows you to run the test of query result......
LDAPFind (Function)
Performs a search in an LDAP server.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
fDirSize (Function)
Returns the size of a directory in bytes.
Contains (Function)
Allows you to check if a substring is within a string.
MatCopy (Function)
Creates the copy of a matrix.
MatFloatAdd (Function)
Adds a value to each matrix element.
MatDelete (Function)
Deletes an existing matrix.
The Line control
A Line control is used to display a line in a page......
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
The Cell control
The Cell control contains controls......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.