ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Enqueue (Function)
Adds an element to the queue.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
Debugging constants
List of constants used by the debugging functions...
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
2025 new features brochure: WINDEV new features
What's new in WINDEV 2025 in the What's new 2025 brochure....
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
Push (Function)
Pushes an element onto the stack.
ColorPalette (Function)
Returns a color found in the current palette.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
TokenListSeparator (Property)
The TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL table located on a server.