ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
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....
<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....
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....
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......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Items used in a select query
A query created in the query editor can contain several types of items......
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
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......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
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......
Type (Property)
The Type property is used to get: the type of element (table or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
DriveCopyDirectory (Function)
copy a directory on the Drive to another directory on the Drive (remote disk).