ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
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....
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
InputValue (Property)
The InputValue property is used to: find out whether the end user can enter or change values in a Spreadsheet control. allow or prevent the end user from entering or changing values in a Spreadsheet control....
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
grWaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
grWaffleTypeCell (Function)
Defines the Geometry of cells in a Waffle graph.
<Graphe>.WaffleTypeCell (Function)
Defines the Geometry of cells in a Waffle graph.
<Graphe>.WaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
Creating the menus for the pages of the WEBDEV RAD pattern
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
Creating help pages
A help system includes several pages......
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......