ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Data persistence
The data persistence is used to store the value typed by the user......
iPrintBlock (Function)
Forces a report block to print.
ToastDisplay (Function)
Displays a "Toast" message.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
Constant
The constants are language elements whose value is fixed once and for all...
HDescribeConnection (Function)
Describes a new connection to an external database.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
HOpenConnection (Function)
Opens a connection to a specific database.
How to loop through a file using filters?
FirstDayOfYear (Function)
Returns the date of the first day of the year.
12. External component in practice
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
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)...
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.