ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
Data persistence
The data persistence is used to store the value typed by the user......
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
<Ansi string type>.Complete (Function)
Returns a character string of a specified length.
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
<Ansi string type>.DeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
<ANSI string type>.ToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
Configuring the browser "Back" button
The "Back" button allows users to see the history of pages they previously visited......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (database schemas, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
2. UML models
2. UML models
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Error 1038: This member already exists in the class
WDD55Password (Property)
The WDD55Password property is used to specify the password of the 5.5 analysis that contains a Hyper File 5.5 data file used in an HFSQL Classic analysis.
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....