ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grLabel (Function)
Indicates various parameters of additional legend in a chart.
DownloadRemove (Function)
Cancels a download by removing it from the download manager, and deletes any existing files.
Speech synthesis functions
The following functions are used to manage speech synthesis...
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
<Image>.AnimationSetParameter (Function)
Changes one of the animation parameters used for a moving image (in an Image field).
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
mqttSession (Variable type)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
Reminder
The Reminder keyword can correspond to...
<Organizer>.ListAppointment (Function)
Returns: the list of appointments found between two dates in an Organizer control, all appointments found in an Organizer control, a specific appointment (selected or hovered)....
HCopyFile (Example)
Usage example of the HCopyFile function