ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Preset control properties
List of properties associated with the Preset control
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"...
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Code editor: Display options
The code editor proposes several display options......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Label report
The report editor allows you to create "Label" reports......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
SFModify (Function)
Modifies the records of a file defined in Salesforce.
Report based on a query
Queries are used to easily select records in one or more data files......
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Charact (Function)
Returns the character corresponding to the specified ASCII code.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
WEBDEV Application Server for Linux - Overview
WEBDEV is a full development environment devoted to Internet and Intranet......
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
5. User Groupware in practice