ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Replication: The different types
The data replication is a powerful feature......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
MCI constants
List of constants used by the MCI functions....
WEBDEV Application Server 2024
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
Using WDDIXIO
To translate the text used in your project:...
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
Programming custom calculations in Table controls
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
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....