ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
DnD constants
List of constants used by the functions for managing the Drag and Drop....
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
Constants for external files
List of constants used by the functions for managing external files....
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
Clipping the window according to an image
An image can be used to easily define the shape of a window......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
EncryptAsymmetricEnveloped (Function)
Performs an asymmetric encryption of an envelope.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Assisted universal replication: specific features
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.