ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
ControlInfoXY (Function)
Returns the name of the control located at a given position.
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
MemSeek (Example)
Usage example of the MemSeek function
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Clickable (Property)
The Clickable property gets and sets the behavior of an Image control when it is clicked.
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.