ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Browser constants
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Socket management functions
List of functions for managing sockets...
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Execute (Function)
Starts the execution of a process through programming.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
SQLChangeConnection (Function)
Modifies the current connection.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
fDelete (Function)
Deletes a file accessible from the current computer.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.