ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
Project description: Options tab
The project description window allows you to configure various elements of your project......
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Beep (Function)
Emits a beep.
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler....
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
J2EE constants
List of constants used by the J2EE functions....
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
fExeDir (Function)
Returns the directory from which the execution is started.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
fRead (Example)
Usage example of the fRead function
Compatibility between external components and deployed applications
A component can evolve in many ways......
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Automation object
The Automation keyword is used to declare an automation object...
USBDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....