ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 1021: The method of the class is not global
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
ReplicAdmin: Overview
Configuring the setup program
Two tools can be used to create a setup program......
13. Print: Reports
WINDEV reports...
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
ErrorThrow (Function)
Throw a non-fatal error.
HUpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
ActiveDirectory (Property)
The ActiveDirectory property allows you to connect to an HFSQL server using Active Directory authentication.
Error 1005: To explicitly access a global element of '%1' class, use the syntax
1. Managing emails
WINDEV includes multiple methods to manage emails...
Error 1: Syntax error
8. Optimizing an application
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
How to use an array of structures?
An array of structures is an Array variable......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
Extracting messages added or modified since last extraction
A project was already created and translated......
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
kbActionAllowed (Type of variable)
The kbActionAllowed type allows you to define which actions are available to the end user when handling cards in a Kanban control.