ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
hdfsConnection (Type of variable)
The hdfsConnection type is used to define the advanced characteristics of a connection to the Hadoop file system (HDFS).
zipOpenRAR (Function)
Opens an existing archive in RAR format.
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
13. External component in practice
External component in practice...
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
LOOP statement
The statement block is repeated endlessly...
xlsVersion (Example)
Usage example of the xlsVersion function
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
SQLFirst (Example)
Usage example of the SQLFirst function
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
ToastDisplay (Function)
Displays a "Toast" message.
Description (Property)
The Description property is used to get and change the description of an element.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
Browser constants
fUnlock (Example)
Usage example of the fUnlock function