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...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<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.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
tapiCallerID (Function)
Used to find out the calling phone number (the one that calls).
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
Commands of the external interface
Creating, modifying, deleting a style
WINDEV gives you the ability to handle the styles defined for a help system (help file in HLP or CHM format)......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
Telephony constants
List of constants used by telephony functions...
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
Limitations of WINDEV, WEBDEV and WINDEV Mobile
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
Python: Native calls
WLanguage allows for native Python calls......
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
<TreeView>.CollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
Compilation options (HLP format)