ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

tapiCallEnd (Function)
Returns the date and time of the end of call.
<Calendar>.Select (Function)
Returns the date selected in a Calendar control.
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
<Image variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image variable.
<Image>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image control.
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.
<Source>.ChangeName (Function)
Modifies the physical name of a data file.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
DateToDay (Function)
Returns the day that corresponds to a given date.
HChangeName (Function)
Modifies the physical name of a data file.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
<Image>.DrawTextMarkdown (Function)
Draws Markdown text in an Image control.
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Examples for using the OLE DB provider for HFSQL
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.