ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
IdentifierAWPContext (Function)
Returns the identifier of AWP context.
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items...
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...
FileDisplay (Function)
Displays a file in the user's browser.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
21. Managing business rules
Managing business rules...
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Popup window
WINDEV allows you to open windows in popup format......
Animate a Label field
Two methods can be used to animate a Static Text control......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Help editor options
The options of the help editor ("Display......
ERR_BAD_FILE
Query based on query
Queries can be based on items from another query......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images or photos......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer. Note: This feature is only available from WINDEV Suite SaaS 2025 - Update 2. For more details, see Using new features exclusive to WINDEV Suite SaaS 2025....
PanelCreate (Function)
Creates a new Dockable Panel control in the current window.
PanelAttach (Function)
Attaches or changes the attach position of a Dockable Panel control.
PanelDetach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.