ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

String (Variable type)
The String type is used to manipulate strings......
Creating user accounts
A User account allows the server administrator to......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
How to manage enumerations programmatically?
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
Definition (Variable type)
The Definition type gets the characteristics of the following types: simple type, advanced type, class, structure. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3....
Explicit conversion operator for simple types
When the '=' operator is used between variables of simple types (int, real, string, etc......
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
1. WEBDEV administrator
In a web application, you may need to run long processes (for example, to update counters......
Principle of remote check
WEBDEV proposes several methods for deploying a dynamic site......
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
SAPConnect (Function)
Connects a SAP R/3 system from the information given in the SAP structure....
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
Type (Property)
The Type property is used to get: the type of element (table or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....