ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
The Carousel control
The Carousel control is used to display an animated menu made of images......
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Enumeration (Type of variable)
An enumeration is a set of values......
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
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.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
12. Retrieving data from a site
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......