ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
Structure (Type of variable)
A structure is a custom type of data...
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
Principle for running threads
At runtime, an application runs in a main thread......
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
gImage (Function)
Builds a sequence of characters containing an image.
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
System constants
List of constants used by the system functions....
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
dCopyImage (Example)
Usage example of the dCopyImage function
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Guided tour management constants
Simplify your searches
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
Constants for managing the internal windows
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
Declaring and using a variable
A variable is defined by name and type......
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.