ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Pop (Function)
Pops an element from a stack.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
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)....
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....
Dequeue (Function)
Removes an element from the queue.
Push (Function)
Pushes an element onto the stack.
Enqueue (Function)
Adds an element to the queue.
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
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......
DurationToString (Function)
Converts a duration to a character string in the specified format.
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)...
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)...
Sum (Function)
Calculates the sum of the array elements.
LoWord (Function)
Returns the two low bytes of an integer.
HiWord (Function)
Returns the two high bytes of an integer.
VariableReset (Function)
Resets the variable to its initial value.
MatExist (Function)
Checks the whether the matrix exists in memory.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......