ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
J2EE constants
List of constants used by the J2EE functions....
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Events associated with Link controls
List of events associated with Link controls...
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
REST web service: Creating entry points
The REST web service entry point creation wizard opens......
HTTPSendForm (Function)
Sends an HTTP form.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
appServerScheduledTask (Variable type)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a web service).
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
DotNetRun (Function)
Runs a procedure on a .Net server.
SOAPRun (Function)
Runs a procedure on a SOAP server.
JSONValid (Function)
Checks the validity of a JSON string.
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Automation object
The Automation keyword is used to declare an automation object...
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...