ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
UsefulWidth (Property)
The UsefulWidth property is used to get and change the useful width of an internal window (or supercontrol) with scrollbars.
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
Restoring a project backup
WINDEV, WEBDEV and WINDEV Mobile allow you to regularly save the different elements of your project in an archive file (ZIP extension)......
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
FolderImageWidth (Property)
The FolderImageWidth property is used to get and change the folder image width in TreeView and TreeView Table controls.
AssistedInput (Type of variable)
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete suggestion.
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
ActionBarSearchVisible (Function)
Allows you to get and change the visibility status of the search control associated with the Action Bar in the current window.
diagLibrary (Type of variable)
The diagLibrary type is used to define all the advanced characteristics of a library of preset shapes used by a Diagram Editor control.
gglOverride (Type of variable)
The gglOverride type is used to define information about event notification overrides.
Pyramid charts
Pyramid charts allow you to view data in descending order......
Constants for managing animations
List of constants used by the functions for managing the animations...
PDFAddWatermark (Function)
Adds a watermark to all or some pages of an existing PDF file.
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Software license agreement
WINDEV Express license agreement...
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Using WDDIXIO
To translate the text used in your project:...
ProgressBarSystem (Property)
The ProgressBarSystem property is used to get and change the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).