ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
The Edit control
The Edit control allows users to enter data......
Modified (Property)
The Modified property lets you know if an element has been modified.
Namespace (Property)
The Namespace property is used to manage namespaces.
Visible (Property)
The Visible property is used to set the visibility of an element.
MemSeek (Example)
Usage example of the MemSeek function
zipMerge (Example)
Usage example of the zipMerge function
CDList (Function)
Returns the list of CD/DVD players installed on the current computer....
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
TokenURL (Property)
The Property URLToken allows you to know and modify the URL for retrieving the access token.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
Table control functions
List of functions specific to Table controls...
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
fReadLine (Example)
Usage example of the fReadLine function
fSize (Example)
Usage example of the fSize function
mongoCollectionOption (Type of variable)
The mongoCollectionOption type is used to define the advanced characteristics of collection options in a MongoDB database.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
grGridlines (Function)
Displays or hides the chart gridlines.