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.
ScanToPDF (Function)
Saves a document from a scanner to a PDF file.
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
fAttribute (Example)
Usage example of the fAttribute function
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
Passing parameters
The parameters can be passed to a procedure......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
HCloseConnection (Example)
Usage example of the HCloseConenction function
fOpen (Example)
Usage example of the fOpen function
fRead (Example)
Usage example of the fRead function
PDFToText (Function)
Extracts text from a PDF file.
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
HPass (Function)
Defines the password used to create or open a data file.
HTTPRequest (Function)
Starts an HTTP request on a server.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.