ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NET constants
List of constants used by the DotNet functions....
DownloadGetInfo (Function)
Retrieves the details of a download present in the download manager.
DownloadList (Function)
Lists the downloads from the current application in the download manager.
EventChange (Function)
Modifies the status of an event.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
DownloadAdd (Function)
Adds a new download in the device's download manager....
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
iPrintZone (Example)
Usage example of the iPrintZone function
FinInterestRate (Example)
Usage example of the FinInterestRate function
XMLDocument (Function)
Creates a new XML document.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
FinRepayVal (Example)
Usage example of the FinRepayVal function
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
ScrollValue (Property)
The ScrollValue property gets and sets the scroll value.
dpDriveConnect( Function)
Create a connection to an Drive Dropbox.
Drive management functions: OneDrive, Google Drive, Dropbox
Drive management functions include ......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......