ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Handling the report blocks through programming
Each report block is associated with different events......
FTP constants
List of constants used by the FTP functions....
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Error (Function)
Displays a custom error message in a system error window.
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Window controls
Several types of controls can be used in a window, ......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....