ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
Events associated with the Cell control field
The Zoom property gets and sets the zoom to be applied to an element.
The Cell control
The Cell control contains controls...
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
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......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
WDZip: Creating or modifying an archive
This help page explains how to......
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
Page Header block
The Page header block is printed on each new page......
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Running the test of the User Groupware and installing it
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
Defining clickable areas
In a page, an Image control can contain clickable areas......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...