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.
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
zipExtractPath (Example)
Usage example of the zipExtractPath function
ContactAdd (Example)
Usage example of the ContactAdd function
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
mongoCollectionOption (Type of variable)
The mongoCollectionOption type is used to define the advanced characteristics of collection options in a MongoDB database.
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
SQLChangeConnection (Function)
Modifies the current connection.
zipExtractAll (Example)
Usage example of the zipExtractAll function
zipSplit (Example)
Usage example of the zipSplit function
fEncrypt (Example)
Usage example of the fEncrypt function
EmailSendMessage (Example)
Usage example of the EmailSendMessage function
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
Looper control based on a data file
This type of Looper control uses data from a data file or query......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
fListFile (Example)
Usage example of the fListFile function
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
FinFutureVal (Example)
Usage example of the FinFutureVal function
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Type (Property)
The Type property is used to get and change the type of an element.
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......