ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dTextRTF (Function)
Draws RTF text: in an Image control, in an Image variable....
<Image variable>.ModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
dModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
<Page>.OpenChild (Function)
Opens a non-modal child window.
The Slider control (in a page)
WEBDEV proposes two types of sliders......
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
DayBreakHeight (Property)
The DayBreakHeight property is used to get and change the height of breaks between days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
<Chart>.Rotation (Function)
Turns a Surface or Pyramid chart around one of its axes in order to better view the data
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
ERR_DISCONNECTED_EXEC
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......