ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Welcome to Reports & Queries
Reports & Queries is used to......
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
ExceptionPropagate (Function)
Propagates an exception.
mlGetVariable (Function)
Retrieves the value of a variable for the MATLAB session.
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.