ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
ConfigureAWPContext (Function)
Configures the mode of the AWP session.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
Changing sites from AWP to SEO-ready session mode
IdentifierAWPContext (Function)
Returns the identifier of the AWP session.
FileDisplay (Function)
Displays a file in the user's browser.
HState (Function)
Used to find out the state of a record.
WinStatus (Function)
Identifies or modifies the window status.
2. Static or dynamic site
DDE constants
List of constants used by the DDE functions...
Constants for object visibility
List of constants for managing the visibility of an object....
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
HCross (Function)
Crosses a record in a data file.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
Recycle code windows
By default, a single code window is opened per ......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
LooperAddLine (Function)
Adds a row at the end of a Looper control.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
GetActiveObject (Example)
Usage example of the GetActiveObject function
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HRead (Function)
Reads a record in a file according to a given record number.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
HForward (Example)
Usage example of the HForward function
HSetPosition (Example)
Usage example of the HSetPosition function
ControlClone (Function)
Creates a new control from an existing control.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function