ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
Events associated with the Pivot Table control
Option,Version (External language)
Finds out the version number of WD140VM.DLL of WINDEV.
ScrollbarIsVisible (Function)
Used to find out whether the scrollbar of a control in a WINDEV application is visible.
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: know how to refresh a data-bound Table control linked to an HFSQL Client/Server table. specify the refresh mode of a Table control bound to an HFSQL Client/Server table....
Project management functions
List of functions for managing projects...
Events associated with the Conference control
List of events associated with a Conference control...
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
AppOpenForm (Function)
Opens: the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it. the form for configuring the In-App purchases of an application....
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a field linked to a file: changes made to the linked table are reflected in the field.. for a programmatically manipulated field: calculated columns are re-calculated....
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
11. Popup page
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
13. Types of standard controls
<Array>.UnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
Hour (Keyword)
The Hour keyword can correspond to: the Time variable. the Time property which is used to get and change the time of an element....
ChangeSkinTemplate (Function)
Dynamically changes the theme: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
Color palettes (WEBDEV site)
The color palettes are an easy way to customize the visual aspect of a site......
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...