ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SpreadsheetDeleteAll (Function)
Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size and header layouts).
Events associated with TreeView controls
List of events associated with TreeView controls...
Variables for managing the Drag and Drop
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
ScanGet (Function)
Retrieves the characteristics of a scanner in a variable of type Scanner.
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
GanttListTask (Example)
Usage example of the GanttListTask function
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
2. Variables
WEBDEV Tutorial - WLanguage basics Lesson 2 - Variables - 20 min
2. Variables
WINDEV Mobile Tutorial - WLanguage basics Lesson 2 - Variables - 20 min
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
Events associated with control templates
List of events associated with control templates...
LogFile (Property)
The LogFile property is used to determine if a data file is a log file.
BurnerSave (Example)
Usage example of the BurnerSave function
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
HIndex (Example)
Usage example of the HIndex function