ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
FileToScreen (Function)
Automatically updates the controls in a window or 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. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Installing the monitor
The monitoring robot includes three executables......
Internal component description
The description of an internal component can opened at any time......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Animating a Static control
Two methods can be used to animate a Static control......
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites and they also improve the re-usability and the graphic harmony between the projects......
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....