ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
CrosshairColor (Property)
The CrosshairColor property is used to get and change the color of the crosshair in a Chart control.
grColor (Function)
Returns and initializes the color of different chart elements.
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. find out or modify the collapsed/expanded status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
fAddText (Function)
Adds the content of a character string at the end of a file.
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
FileDisplay (Function)
Displays a file in the browser of Web user.
grWaterfallColor (Function)
Indicates the color for a type of category in a Waterfall chart.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.