ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
Events associated with supercontrols
List of events associated with supercontrols...
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Specific features of the Express version
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
DotNetDelegate (Function)
Initializes a.NET delegate.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Android Widget windows
An Android application can contain one or more Widget windows......