ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
SecurityHtml (Property)
The SecurityHtml property is used to get and change the status of the security mechanism of HTML Display and HTML Editor controls.
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
How to open a page?
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
Multiline strings
To type character strings over several lines in the code editor...
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Shared information
The information entered when creating the files and the items is shared throughout the environment......
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
WBAdminAccount (Type of variable)
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account in a WEBDEV Application Server.
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
WDZip: Creating or modifying an archive
This help page explains how to......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.