ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
ToClipboard (Function)
Writes text or image information into the system clipboard.
Associating a control with a tab pane
Methods to associate a control with a tab pane......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
ServiceStop (Function)
Stops a service.
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
ServiceStart (Function)
Starts a service.
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
ServiceRestart (Function)
Restarts a service (already started).
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
29. SEO in practice
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
HIndex (Function)
Rebuilds the file index (".NDX" file).
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Browser constants
Internal component
An internal component is a set of elements from a project......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
fRead (Example)
Usage example of the fRead function