ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
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.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
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.
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
JSONToVariant (Example)
Usage example of the JSONToVariant function
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
TokenURL (Property)
The TokenURL property gets and sets the URL for retrieving an access token.
Google document management functions
List of functions for managing Google documents...
Sort (Function)
Sorts a WLanguage array.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
fRemoveDir (Function)
Deletes a directory from a disk.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
dFill (Example)
Usage example of the dFill function
dLine (Example)
Usage example of the dLine function
dPoint (Example)
Usage example of the dPoint function
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....