ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based...
ArrayContain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite...
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....
hbTableDescription (Type of variable)
The hbTableDescription type is used to define and find out the characteristics of an HBase table.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
xlsCell (Variable type)
An xlsCell variable is used to describe and modify a cell in an Excel document...
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
MemoryCurrency (Property)
The MemoryCurrency property gets and sets the currency used when manipulating a "Currency + Euro"...
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,...
ToolTip (Property)
The ToolTip property gets and sets the text displayed in a tooltip. This tooltip can be associated...
LeftIndent (Property)
The LeftIndent property is used to get and change the space to the left of the text in a control.
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...
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page...
MatReadColumn (Example)
Usage example of the MatReadColumn function