ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
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.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
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.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
ShellExecute (Function)
Opens a document in its associated application.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically launched.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
iParameterViewer (Function)
Configures the report viewer.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
Customizing the report viewer: Available windows
Creating a query
Two methods can be used to create a query......
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
ftpConnection (Variable type)
The ftpConnection type is used to define all the advanced characteristics of an FTP connection.
SQLFirst (Function)
Positions on the first row of the query result.
Font (Type of variable)
A Font variable creates a font programmatically...