ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
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...
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.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
rssTextInput (Type of variable)
The rssTextInput type is used to describe the input area of RSS stream...
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
TwainProperty (Function)
Used to find out or modify the properties of the current Twain device.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
Constants for managing speech synthesis
Déconnecte un client actuellement connecté sur un serveur de WebSocket....
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
HCross (Function)
Crosses a record in a data file.
TreeView constants
List of constants used by the TreeXXX functions...
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
CaptionPeriodHeader (Property)
The CaptionPeriodHeader property is used to get and change the caption of the time period displayed in the header of a Scheduler or Agenda control in a report.
OpenMainMenu (Function)
Opens the main menu of the current window.
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.