ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
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...
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
SysRecentDocList (Function)
Returns the list of recently opened documents.
StreamChangeDriver (Function)
Specifies the camera that will be used as source for a stream and/or a Conference control....
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
MCI constants
List of constants used by the MCI functions....
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
xmlSignatureReference (Type of variable)
The xmlSignatureReference type is used to add a reference section into the XML signature.
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
Style of a control
As soon as it is created, a control is associated with a style......
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Constants for managing Toolbar controls
List of constants used by the Toolbar control management functions...
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......