ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HiWord (Function)
Returns the two high bytes of an integer.
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
Dequeue (Function)
Removes an element from the queue.
DurationToString (Function)
Converts a duration to a character string in the specified format.
Pop (Function)
Pops an element from a stack.
Complete (Function)
Returns a character string of a specified length.
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
LoWord (Function)
Returns the two low bytes of an integer.
BackgroundTaskAdd (Function)
Adds a new background task.
Sum (Function)
Calculates the sum of the array elements.
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
VariableReset (Function)
Resets the variable to its initial value.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
MatExist (Function)
Checks the whether the matrix exists in memory.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
HErrorLock (Function)
Used to check whether a lock error occurred.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
fCompare (Function)
Compares the content of two files bit by bit.