ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
<Kanban>.Save (Function)
Updates the record bound to the current card in the Kanban control.
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
<Source>.State (Function)
Used to find out the state of a record.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Page management functions
List of functions for managing pages...
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
WEBDEV concepts
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Manager of automated tests
The test manager is used to......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
<Polygon2D variable>.Cover (Function)
Determines if geometry A (of type 2D polygon) covers geometry B.
<PolygonGeo variable>.Overlap (Function)
Determines if a geographic polygon overlaps another geometry.
The Check Box control
A Check Box can correspond to......
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
Select query description window: Use
Let's see some operations specific to the description window of a select query......
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
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......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......