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.
fTempFile (Example)
Usage example of the fTempFile function
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
zipClose (Example)
Usage example of the zipClose function
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
TwainState (Function)
Returns the status of the current source.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
iColumnEnd (Function)
Forces a column break in a multi-column report.
iParameterPDF (Example)
Usage example of the iParameterPDF function
fTime (Example)
Usage example of the fTime function
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
fExtractPath (Example)
Usage example of the fExtractPath function
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
FTPConnect (Example)
Usage example of the FTPConnect function
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.