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.
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
HSetREP (Function)
Enables or disables the management of .REP files.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control or text.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
grTitle (Function)
Modifies the caption and/or position of the chart title....
MySelf (Reserved word)
MySelf is used to handle the current control...
iPrintBlock (Function)
Forces a report block to print.
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
HPrevious (Function)
Positions on the previous file record according to a browse item.
Warning 18: Loop without potential end
FTPGet (Example)
Usage example of the FTPGet function
mongoConnection (Type of variable)
The mongoConnection type is used to define the advanced characteristics of a connection to a MongoDB server.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
Visible (Property)
The Visible property sets the visibility of an element.
iEndReport (Function)
Forces the report print to stop.