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.
HOut (Example)
Usage example of the HOut function
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
HReadLast (Example)
Usage example of the HReadLast function
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
HModify (Function)
Modifies the specified record or the record found in memory in the table (query or view).
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
HForward (Function)
Moves several records forward from the current position in the table, according to a specified item.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Outstanding progress bars
Simple or symmetric progress bar?...
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
2. Projects in practice
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
HReadNext (Function)
Sets the position on the next table record according to a browse item.