ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
WEBDEV concepts
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
<Connection variable>.RSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Phonetic (Function)
Returns the phonetic transcription of the string passed as parameter.
WDTrans: Overview
WDTrans is a tool for canceling transactions......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
GDS: Managing branches
The management of branches is used to manage several versions of the same application in parallel......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Animate a Label field
Two methods can be used to animate a Static Text control......
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
<ANSI string>.AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
<String type>.AnsiToUnicode (Function)
Converts an ANSI string (Windows) to a UNICODE string.