ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
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.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
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.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
HListLink (Function)
Returns the list of table bindings (Merise type) present: in the current database schema, in ongoing database schemas (projects with multiple database schemas). in a specific database schema....
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a table
zipExtractAll (Example)
Usage example of the zipExtractAll function
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Different types of data (Type of variable)
A variable is defined by name and type......
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
fListFile (Example)
Usage example of the fListFile function
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
FinFutureVal (Example)
Usage example of the FinFutureVal function
HPass (Function)
Defines the password used to create or open a table.
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
SQLChangeConnection (Function)
Modifies the current connection.
ScanToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
Looper control based on a data file
This type of Looper control uses data from a data file or query......
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.