ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
DriveDeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
File download functions
The following functions are used to manage downloads......
HRplPass (Function)
Sets the passwords used to protect the universal replication files.
LogBackupDirectory (Property)
The LogBackupDirectory property is used to manage the backup directory of log files.
Assignment of RETURN
The return value of the process currently run can be assigned...
OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
<Source>.Track (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......