ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified Image control.
<Image>.HorizontalSymmetry (Function)
Flips an image in an Image control with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<Image>.VerticalSymmetry (Function)
Flips an image contained in an Image control with respect to a vertical axis (symmetry with respect to a vertical axis).
<Image>.Rotation (Function)
Rotates an Image control.
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
Fax constants
List of constants used by the functions for managing faxes....
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Reloading a document
To reload a document, ......
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
<Image variable>.Resize (Function)
Resizes an image in an Image variable.
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image variable>.InvertColor (Function)
Inverts the colors in an Image variable.
Creating the skin template of a report
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
GanttAddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
<Gantt chart>.AddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
Creating the menus for the pages of the WEBDEV RAD pattern
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.