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.
diagActionAllowed (Type of variable)
The diagActionAuthorized type is used to define the actions available to end users on a diagram shape in the Diagram Editor control.
<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
ActionCible (Property)
The Property TargetAction allows you to define the action performed when clicking on the target control (s) of the step of a guided tour.
FilterProcedure (Property)
The FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
6. HFSQL Client/Server clusters
6. HFSQL Client/Server cluster
User group settings
Testing the WEBDEV Application Server setup with an example
IFrame control
IFrame is an HTML concept......
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.