ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CDList (Function)
Returns the list of CD/DVD players installed on the current computer....
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
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 "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
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
HCreateView (Example)
Usage example of the HCreateView function
<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.
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...
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
iParameter (Function)
Retrieves the printer configuration and configures the print.
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.