ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
OrganizerDisplay (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
HFSQL Control Center: Overview
The HFSQL Control Center allows you to manage the different HFSQL databases (Network, Mobile, Client/Server) of an organization......
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HTTP constants
List of constants used by the HTTP functions....
HNext (Function)
Sets the position on the next table record according to a browse item.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....