ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDelete (Function)
Deletes a record from a data file (query or view).
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
ListView control properties
List of properties associated with the ListView control...
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
RoundToMultiple (Function)
Returns a numeric value rounded to the nearest multiple of another numeric value.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
System constants
List of constants used by the system functions....
Constants for SMS functions
List of constants used by the SMS functions....
WinEdLoad (Function)
Loads the changes made by the end user in a window.
iDestination (Function)
Configures the print destination.
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
COMObject (Type of variable)
The COMObject type is used to represent an interface of a COM object.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TreeView Table control properties
List of properties associated with the TreeView Table control...
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.