ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
XLS file handling functions
List of functions for managing XLS files...
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
<Source>.CheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
<Source>.ImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
Warning 124: Shadowing a global variable
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
hFileParameter (Type of variable)
The hFileParameter type is used to define the data files taken into account by a scheduled optimization task.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Handling a control through programming in a report
All report controls can be handled through programming......
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL data files.
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
User Control Center: Overview
The User Control Center is used to manage the applications deployed on a company network....
Creating the Table windows of the WINDEV RAD pattern
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
<Image variable>.Fill (Function)
Colors an area in an Image variable.
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
Multimedia functions (prefix syntax)
List of Multimedia functions...
<Source>.Flush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
Custom tooltips
Tooltips are very useful for application users......
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Creating the menus for the windows of the WINDEV RAD pattern