ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
WDInst: Set automatic modification of tables
The automatic table modification updates the description of tables on user computers......
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
7. Multilingual websites in practice
Returns an array without duplicates....
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
LoWord (Function)
Returns the two low bytes of an integer.
HiWord (Function)
Returns the two high bytes of an integer.
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
dHalo (Function)
Adds a halo effect on an image found in an Image variable.
TimeToString (Function)
Converts a time to a string in the specified format.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
MoveLine (Function)
Allows: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
Calling a procedure/a function
Syntax for calling a local or global procedure.
Events associated with Flex controls
List of events associated with Flex controls...
13. External component in practice
External component in practice...
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....