ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
HRead (Function)
Reads a record in a file according to a given record number.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatRead (Function)
Reads the value of a matrix element.
StatVarianceP (Function)
Calculates the variance for a full series of values.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
SchedulerSelectPlus (Function)
Selects an appointment in a Scheduler control.
SchedulerSelectMinus (Function)
Deselects an appointment from a Scheduler control.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
BurnerList (Example)
Usage example of the BurnerList function
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.