ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
DocToImage (Function)
Exports a page found in a Word Processing document in image format.
WLanguage procedure associated with AlbumPicker
Procedure ("Callback") called by AlbumPicker when the user selects an image or a video.
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
<Image>.LayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
<diagShape variable>.ToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
DiagramShapeToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
Warning (Function)
Displays a custom message in a system warning window.
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
WinScreenRectangle (Function)
Returns the coordinates of the screen that contains a window.
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....