ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
Factorial (Function)
Returns the factorial of an integer number.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
WordCount (Function)
Returns the number of words in a string.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
TreeView Table control properties
List of properties associated with the TreeView Table control...
Window controls
Several types of controls can be used in a window, ......
CurrentMonth (Function)
Returns the number of the current month.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
WordToArray (Function)
Fills an array with the words from a string.
InfoBuild (Function)
Displays a custom message in a system information window.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).