ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Displaying a WEBDEV Session site
12. Pages in practice
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
How to open a window?
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Data persistence
The data persistence is used to store the value typed by the user......
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
How to develop a PHP site?
What is a PHP site?......
Events associated with windows
List of events associated with windows...
Custom tooltips
Tooltips are very useful for application users......
Structure (Type of variable)
A structure is a custom type of data...
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Constant
The constants are language elements whose value is fixed once and for all...
Enumeration (Type of variable)
An enumeration is a set of values......
1
2
3
4
5
6
149
>