ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
ConfigureAWPContext (Function)
Configures the mode of the AWP session.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
Changing sites from AWP to SEO-ready session mode
IdentifierAWPContext (Function)
Returns the identifier of the AWP session.
FileDisplay (Function)
Displays a file in the user's browser.
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
Variable scope
Variables can be declared anywhere in the code....
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
grIncreaseData (Function)
Adds a value to a data in a chart.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
DashDisplay (Function)
Refreshes elements in a Dashboard control.
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
dRoundedRectangle (Function)
Draws a rounded rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......