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.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
modbusSession (Type of variable)
The modbusSession type is used to identify a connection to a Modbus server.
NetworkUser (Function)
Identifies the name of the connected user.
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
Constants for managing Map controls
Constants for managing Map controls...
Calling a procedure/a function
Syntax for calling a local or global procedure.
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
DotNetRun (Function)
Runs a procedure on a .Net server.
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
fCopyFileWebFolder (Function)
Copies an image file from the data directory of application (or from one of its sub-directories) to the "_WEB" directory of application (or to one of its sub-directories).
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
XMLModify (Function)
Modifies the content of the current element found in the XML document.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
iFrame control properties
The iFrame control can be handled in server code and in browser code by the WLanguage properties......
Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.