ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items...
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
IdentifierAWPContext (Function)
Returns the identifier of 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.
FTPGet (Example)
Usage example of the FTPGet function
HOpen (Function)
Opens a data file.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file 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....
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Height (Property)
The Height property is used to get and change the height of an element.
MySelf (Reserved word)
MySelf is used to handle the current control...
Caption (Property)
The Caption property is used to get and change the text of an element.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
fCompress (Example)
Usage example of the fCompress function
iEndReport (Function)
Forces the report print to stop.
HTTPRequest (Example)
Usage example of the HTTPRequest function
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
Width (Property)
The Width property is used to determine and change the width of an element.
Extern (Reserved word)
EXTERN is used to...
SQLConnect (Example)
Usage example of the SQLConnect function
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
zipNbPart (Example)
Usage example of the zipNbPart function
Font
The Font keyword can correspond to: a Font variable. the Font property....
iZoneHeight (Example)
Usage example of the iZoneHeight function
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.