ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
XMLSavePosition (Function)
Stores the current position in the XML document.
MenuDelete (Function)
Deletes a menu or a menu option.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
Break in a report
The break is used to group the records corresponding to a sort criterion......
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
zipDeleteAll (Function)
Deletes all files from an archive.
Manager of automated tests
The test manager is used to......
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
HOnError (Function)
Customizes the management of HFSQL errors.
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
OpenMobileWindow (Function)
Opens a window in a mobile application.
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
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....
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.