ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming overview in C and C++
Several print modes are available for a report.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
Background (Type of variable)
The Background type defines the advanced characteristics of the element background.
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
Events associated with Link controls
List of events associated with Link controls...
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Passing parameters
The parameters can be passed to a procedure......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
HFSQL properties
List of HFSQL properties...
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
LINUX: Accessing the ODBC databases
The native access to HFSQL Classic and Client/Server is available for the WINDEV applications running in Linux ("console" applications) and for the WEBDEV sites hosted in Linux......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.