ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
<Connection variable>.InfoFileProperty (Function)
Allows you to find out the properties of a table located in an HFSQL server.
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
Generating the setup program
The last wizard step for creating the setup program allows you to......
Unalterable tables
This feature is used to signal that a table cannot be modified after writing......
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Manipulating PDF Reader controls programmatically
PDF Reader controls can be manipulated programmatically......
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a Webservice.
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....