ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EventClose (Function)
Closes a synchronization event between several threads.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
OrientationTitle (Property)
The OrientationTitle property is used to: Find out if the title of an Table control column (or all Table control columns) are tilted.. Tilt or not the title of an Table control column (or of all Table control columns)....
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Ribbon of editors
The different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon......
Twain constants
List of constants used by the Twain functions....
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
DateDifference (Function)
Calculates the number of days between two dates.
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
String functions
List of functions for managing character strings...
tapiCapability (Function)
Returns the characteristics of a telephony device.
fDriveReady (Example)
Usage example of the fDriveReady function
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
MatExist (Example)
Usage example of the MatExist function
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....