ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMSG license agreement
WDMSG license agreement...
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....
InputFormula (Property)
The InputFormula property is used to: find out whether the end user can enter or change formulas in a Spreadsheet control. allow or prevent the end user from entering or changing formulas in a Spreadsheet control....
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
27. Center or anchor a site horizontally
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
gpwActivateUser (Function)
Validates a new user in the User Groupware database by activating the user.
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
Error 303: ambiguous control name
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).