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.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Global and local variable
Two types of variables are available......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
iFont (Function)
Selects the default font.
HOpenConnection (Example)
Usage example of the HOpenConnection function
EXE constants
List of constants used by the functions for managing executables....
HDelete (Function)
Deletes a record from a table (query or view).
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
Map control properties
The following properties can be used with Map controls:...
iForceComplement (Function)
Forces the printing of a Body Complement block.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
HActivateFilter (Function)
Enables the filter that was previously created for the specified table (view or query).
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
14. Managing the "Back" button in practice
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
MenuSelectPlus (Function)
Enables a menu option (context menu or drop-down menu).
iPrintImage (Example)
Usage example of the iPrintImage function