ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 810: * can only be used for a parameter with a default value
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipDeleteAll (Function)
Deletes all files from an archive.
Cross-references in the code editor
The cross-references in the code editor are used to identify......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
LooperEndFilling (Function)
Ends the process to populate a Looper control programmatically.
HChangeKey (Example)
Usage example of the HChangeKey function
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
Using RAD patterns
The steps for creating a RAD pattern are as follows......
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
NbWorksheet (Property)
The NbWorksheet property is used to get the number of worksheets in a Spreadsheet control.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
fDirectoryExist (Function)
Checks the existence of a directory.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
HOut (Example)
Usage example of the HOut function