ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Custom properties (WLanguage)
A custom property is a code element with two events...
Page templates
WEBDEV allows you to create page templates...
EnumElement (Function)
Enumerates project elements: windows, pages, reports, queries, etc.
xmlNamespace (Variable type)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
ChronoReset (Function)
Stops and resets a running stopwatch.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
PaletteGet (Function)
Gets the palette currently used by the project or window.
Creating the Form windows of a WINDEV RAD pattern
Warning (Function)
Displays a custom message in a system warning window.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).