ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TablePrint (Function)
Prints the content of the specified Table control without having to create a report based...
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box,...
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
NotesViewListColumn (Example)
Usage example of the NotesViewListColumn function
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records...
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced...
MatMultiply (Function)
Multiplies two matrices.
gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found...
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
MatNbColumn (Example)
Usage example of the MatNbColumn function
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page....
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
hbTableDescription (Type of variable)
The hbTableDescription type is used to define and find out the characteristics of an HBase table.
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via...
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified...
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change...
LeftIndent (Property)
The LeftIndent property is used to get and change the space to the left of the text in a control.
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
MatReadColumn (Example)
Usage example of the MatReadColumn function