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.
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
fFileName (Function)
Returns the name of an external file that is currently opened.
FirstDayOfMonth (Function)
Returns the first day of the month.
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
ExceptionInfo (Function)
Retrieves information about the current exception.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
CursorCapture (Example)
Usage example of the CursorCapture function
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
FillCharacter
The Property Filling Character allows you to know and modify the character used to fill an element.
WinInactiveEffect (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
TreeListItem (Example)
Usage example of the TreeListItem function
FTPAttribute (Example)
Usage example of the FTPAttribute function
fShortName (Example)
Usage example of the fShortName function
FinError (Example)
Usage example of the FinError function
FinRedemption (Example)
Usage example of the FinRedemption function
EmailUpdate (Example)
Usage example of the EmailUpdate function