ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Radio Button control properties
List of properties associated with a Radio Button control...
Local procedure
Two types of procedures are available......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
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....
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
TreeCount (Function)
Returns the number of elements found in a branch of a TreeView control.
Execute (Function)
Starts the execution of a process through programming.
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
WordToArray (Function)
Fills an array with the words from a string.
MySelf (Reserved word)
MySelf is used to handle the current control...
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.