ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)...
Extracting messages added or modified since last extraction
A project was already created and translated......
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
DateDifference (Function)
Calculates the number of days between two dates.
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.