ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
Reactive procedures
Reactive procedures are executed when the value of a control or variable changes......
WDHFDiff - Use
WDHFDiff is used to compare......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
EnumControl (Function)
Returns the name of Nth control found in the specified element.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
TreeView constants
List of constants used by the TreeXXX functions...
Project (External language)
Opens and runs a WINDEV project.
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
SemaphoreCreate (Function)
Creates a semaphore.
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
Animation (Property)
The Animation property animates an image.
Table, List Box and Combo Box controls bound to queries
A Table, List Box, or Combo Box control can be used to display the content of a table or query......
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
Error 105: Redefinition of the local variable
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
BTIsVisible (Function)
Used to find out whether a Bluetooth radio is visible.
fRemoveDir (Function)
Deletes a directory from a disk.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.