ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
NetworkDisconnect (Function)
Disconnects a network drive.
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
InvalidInputShowTooltip (Function)
Shows an error tooltip under an Edit control to indicate why the input is invalid.
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
Error 122: The name of an Automation object must be a string
SQLExec (Example)
Usage example of the SQLExec function
Using RAD patterns
The steps for creating a RAD pattern are as follows......
fDelete (Example)
Usage example of the fDelete function
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......
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
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
Principle for running threads
At runtime, an application runs in a main thread......
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
Error 810: * can only be used for a parameter with a default value