ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
GetVariableDefinition (Function)
Gets the description of a variable.
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
InitParameter (Function)
Initializes the management of persistent values.
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
Color (Variable type)
The Color type is used to define the advanced characteristics of a WLanguage color.
GetDefinition (Function)
Retrieves the definition of element type.
2. Projects in practice
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
OpenChild (Function)
Opens a non-modal child window.