ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
Select query description window: Use
Let's see some operations specific to the description window of a select query......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Creating requirements
The following steps must be performed to implement the requirements......
Image control in a window
This help page presents the characteristics of an Image control found in a window...
IWListDeleteAll (Function)
Deletes all the internal windows from the list of internal windows browsed by an Internal Window control.
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
Body (Property)
The Body property is used to identify and modify the HTML body of an HTML Display control or an HTML Editor control.
HCancelSeek (Function)
Cancels the current search criterion.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
ComponentInfo (Function)
Returns information about a component.
The HTML control
The HTML control displays HTML pages or HTML code......
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......