ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WLanguage properties available in PHP
The following properties are available in PHP...
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Applet control properties
List of properties associated with the Applet control...
Runtime error functions
List of functions for managing runtime errors...
Handling Scheduler controls programmatically
A Scheduler control can be......
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites......
InPHPMode (Function)
Indicates whether the code is run in PHP.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
1
2
3
4
5
6
266
>