ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor.
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.
gImage (Function)
Builds a sequence of characters containing an image.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
<Image>.Straighten (Function)
Transforms an image by applying perspective correction.
tapiCallEnd (Function)
Returns the date and time of the end of call.
DiagramToImage (Function)
Exports a diagram to a variable of type Image.
NationToName (Function)
Returns the name of the language corresponding to a nation.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Update (Property)
The Update property specifies the updates to be made.
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
How to associate an image with an element found in a TreeView Table?
This help page explains how to customize the default image associated with the elements found in a TreeView Table....
How to save and retrieve an image in a binary memo
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....
dTransferToImage (Function)
Creates an image from a buffer of pixels encoded in a specific format. This function is an advanced function. This function is mainly used to handle the images returned by external APIs via Image variables....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
TransparencyMode (Property)
The TransparencyMode property gets and sets the transparency mode of an image.
Events associated with Breadcrumb controls
List of events associated with Breadcrumb controls...
Date (Type of variable)
The Date type enables you to easily handle the dates...