ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CaptionWidth (Property)
The CaptionWidth property is used to get and change the width reserved for the text area in an Edit or Combo Box control.
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static control.
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control or in a Combo Box control.
DeleteButton (Property)
The DeleteButton property is used to determine if there should be an automatic delete button in a Text Edit control, and to change its position.
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
<httpRequest variable>.WriteCookie (Function)
Adds or modifies a cookie in an HTTP request.
<wsRequest variable>.AddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
How to perform a full file browse?
5. Site test in practice
<Looper>.ToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
Entity of a CDM
To group information according the MERISE method, entities must be created......
ERR_NO_PAGE
Error 25: No THEN statement is associated with this IF
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
Method (Property)
The Method property specifies the HTTP method used.