ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control or text.
<Image variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in an Image variable.
Server (Property)
The Server property is used to manage servers.
Orientation (Property)
The Orientation property gets and sets the angle of an element.
PageLayout (Property)
The PageLayout property sets the layout characteristics of a document.
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
FontSize (Property)
The FontSize property is used to manage the size of the font used for an element.
ClientSecret (Property)
The ClientSecret property gets the client secret defined when the application was declared or registered.
Scope (Property)
The Scope property property is used to specify requested permissions.
Figma: Where to find the Figma key
To use Figma import in your product, you need to specify the Figma key in the general options of WINDEV, WEBDEV or WINDEV Mobile....
Shared information
The information entered when creating the files and the items is shared throughout the environment......
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
<Image>.Blur (Function)
Blurs the entire given area in an Image control.
Resizing a window (AAF)
Global (Property)
The Global property is used to determine if an element is global.
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
Functions for managing arrays (prefix syntax)
List of functions for managing arrays...
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
Testing a project: setting
By testing the project you can simulate how the application will run......
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Event
The Event keyword can correspond to: