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.
Constants for managing the internal windows
ExplorerRetrieve (Example)
Usage example of the ExplorerRetrieve function
ExplorerAccept (Example)
Usage example of the ExplorerAccept function
DiagramToSVG (Function)
Exports a diagram to an SVG image.
WINDEV License Agreement
WINDEV License Agreement...
HCopyFile (Example)
Usage example of the HCopyFile function
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
grSaveImage (Function)
Saves the image of a chart in an Image variable.
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
WinAdaptSize (Function)
Adapts the window size to the content of controls.
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
HAddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
ZoomWithFinger (Property)
The ZoomWithFinger property is used to: determine if an Image or Camera control supports pinch zoom. enable or disable pinch zoom in an Image or Camera control....
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
14. Report templates
...Report templates are used to easily standardize report layouts....
Conversion (Function)
Converts a value from a unit to another one.
Passing parameters
The parameters can be passed to a procedure......
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
Project portfolio
From version 25, you can create "project portfolios"......
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
Bitwise operators
The operations on binary values are performed......