ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Software license agreement
WINDEV Express license agreement...
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
ERR_BAD_PARAMETER
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
Copying and cloning
Variables are copied using the "=" operator...
Kanban control events
The following events are associated with Kanban controls......
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
FlexAlignItems (Property)
The Property FlexAlignItems allows you to know and modify the alignment characteristics of the fields inside a row of a Flexbox field according to the secondary axis of the field ( Property 900 corresponding CSS "align-items").
Events associated with Looper controls
List of events associated with Looper controls...
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Events associated with Chart controls
List of events associated with the Chart controls...
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
Operator on Address
The & operator returns the address of a variable as an integer
VariantConvert (Function)
Converts the value stored in a Variant variable].
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
Handling the framesets
The different operations that can be performed on the framesets are as follows......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....