ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.).
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Key (Property)
The Key property is used to manipulate keys: in an xmlSignature variable. in a memcachedResult variable....
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
NbReceived (Property)
Returns the number of parameters actually received by a procedure.
Background
The "Background" keyword can correspond to: the Background variable, the Background property of a docParagraph variable....
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
WLanguage procedure called by inAppRestorePurchases
Procedure ("Callback") called by inAppRestorePurchases when a purchase is restored.
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
DotNetError (Function)
Returns the error for the last .Net procedure that failed.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
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......
Name (Property)
The Name property is used to get the name of an element.
DotNetGetResult (Function)
Returns the result of the last .Net procedure that was successfully run.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....