ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
5. Displaying a WEBDEV Session site
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
Different types of data (Type of variable)
A variable is defined by name and type......
Calling a procedure/a function
Syntax for calling a local or global procedure.
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......
12. Pages in practice
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
<Source>.Reset (Function)
Initialize: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
How to open a window?
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
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......
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...
Data persistence
The data persistence is used to store the value typed by the user......
Enumeration (Type of variable)
An enumeration is a set of values......
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)...
Parameters of the procedure used by TreeListItem
Procedure ("Callback") called by TreeListItem for each "child" element found. This procedure can be a local, global or internal procedure.
1
2
3
4
5
6
159
>