ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
<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.
Operator on Address
The & operator returns the address of a variable as an integer
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
ArrayDistinct (Function)
Returns an array without duplicates. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
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)....
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
Google Contacts management functions
List of functions for managing Google contacts...
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.
AutoRunDelete (Function)
Stops the automatic execution of a WINDEV application.