ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Manipulating files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another...
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
FocusColor (Property)
The FocusColor property gets and sets the color used to highlight input fields in a PDF form (displayed in a PDF Reader control). This new property is available from WINDEV Suite SaaS 2025 Update 3....
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
<Camera>.Display (Function)
Displays in a Camera field the camera preview stream currently being transmitted by a web camera or by the camera on the mobile device. Function kept for "Version-26-compatible" Camera controls....
TypeDescription (Property)
The TypeDescription property is used to: Find out the type used by an Enumeration or Combination item. This item was defined in the data model editor or programmatically. Define the type used by an Enumeration or Combination item (when describing the item through programming)....
VideoDisplay (Function)
Displays in a Camera field the camera preview stream currently being transmitted by a web camera or by the camera on the mobile device. Function kept for "Version-26-compatible" Camera controls....
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
SNMP constants
List of constants used by the SNMP functions....
Control animations
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Items used in a select query
A query created in the query editor can contain several types of items......
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
<Source>.ReadFirst (Function)
Sets the position on the first record according to a browse item.
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
Body block
The Body block corresponds to the main block of the report......
DriveCopyDirectory (Function)
copy a directory on the Drive to another directory on the Drive (remote disk).