ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grTitle (Function)
Modifies the caption and/or position of the chart title....
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
Other operators
The following are additional operators......
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
<Table>.InsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
<Table>.SelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
<Table>.Sort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Assisted input in an edit control (prefix syntax)
Implementing input suggestions in an Edit control is very simple......
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
ServiceInfo (Function)
Returns information regarding the configuration of a service.
UploadStart (Function)
Starts sending the selected files into an Upload control.
ShellExecute (Function)
Opens a document in its associated application.
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
<Table>.Position (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
Creating a RAD pattern
From version 12, a new RAD technology has appeared......