ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window...
Drag and Drop functions
The following functions are used to manage Drag and Drop:
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
User group settings
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
ChronoReset (Function)
Stops and resets a running stopwatch.
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
Multi-database queries
A query (typed in SQL code) can operate on different databases......
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Creating the menus for the pages of the WEBDEV RAD pattern
Creating the windows and the pages of the RAD pattern
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
Markdown (Property)
The Property Markdown allows you to manage the Markdown format: in an Static control in an report. in the internal window fields (title and description) corresponding to the tour stage....
Data persistence
The data persistence is used to store the value typed by the user......
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
PageExist (Function)
Checks whether the specified page is currently displayed in the browser of the Web user. Used to find out whether a page is displayed in a frame other than the current one.