ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
End of break block
The End of break block is optional......
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
Enumeration (Type of variable)
An enumeration is a set of values......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
MySelf (Reserved word)
MySelf is used to handle the current control...
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
HFSQL constants
List of constants used by the HFSQL functions....
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min