ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
NotifModify (Function)
Modifies a notification currently displayed in the system bar of the device.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
NotifDelete (Function)
Deletes a notification displayed in the system bar of the device.
<Source>.LinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
Calendar functions
List of Calendar functions...
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
<Source>.ExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
NotifListCategory (Function)
Lists the notification categories of the application.
TimeValid (Function)
Checks the time validity.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.