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.
<WDPic variable>.Rotation (Function)
Rotates a WDPic image.
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Composite keys
A composite key is a key item containing several other items......
<Diagram variable>.ToSVG (Function)
Exports a diagram to an SVG image.
<Tab>.Close (Function)
Closes a dynamic pane in a Tab control.
TabClose (Function)
Closes a dynamic pane in a Tab control.
DiagramToSVG (Function)
Exports a diagram to an SVG image.
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
PicRotation (Function)
Rotates a WDPic image.
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......