ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
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
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
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.
<Organizer>.AddAppointment (Function)
Adds a new appointment to an Organizer control.
Data persistence
The data persistence is used to store the value typed by the user......
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
HCross (Function)
Crosses a record in a data file.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
Info (Function)
Displays a custom message in a system information window.
Protocol (Property)
The Protocol property is used to identify and change the protocol used.
<Organizer>.SelectMinus (Function)
Deselects an appointment from an Organizer control.
<Organizer>.Position (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
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....
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
iPrintReport (Function)
Prints a report created with the report editor.