ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
Euro constants
List of constants used by the functions for managing the Euro....
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Upgrading a WEBDEV Cluster
WEBDEV Custer is a hosting solution for WEBDEV sites that ensures high performance and availability......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
Defining clickable areas
In a page, an Image control can contain clickable areas......
Extracting messages added or modified since last extraction
A project was already created and translated......
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Library,Disk (External language)
Opens the project library that is stored on disk.
gglEmail (Type of variable)
The gglEmail type is used to describe and modify the email address of a contact...
Project (External language)
Opens and runs a WINDEV project.
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.