ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
Use (Function)
Opens a WINDEV window and closes all other previously open windows.
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV website, we recommend that you run the final tests from a test sever...
Using an external component in an application
A component can be reused at any time in any application...
Information 37: Optimize your FOR loop
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy...
Manipulating Toolbar controls programmatically
WINDEV allows you to programmatically manipulate Toolbar controls......
Page look: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
Python: Native calls
WLanguage allows for native Python calls......
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
Progress Native Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must......
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile....
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure...
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure...
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
Error 19: The step of this FOR loop must be constant
Search in current code
When coding, developers often need to do a quick search in the current code...
XML functions
List of XML functions...
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
PythonExecute (Function)
Executes a function present in a Python module.
Structure (Type of variable)
A structure is a custom type of data...