ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

diagBorder (Type of variable)
The diagBorder type is used to define all the advanced characteristics of a border (or borders) of a shape used in a diagram.
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
RegistryValueType (Function)
Returns the type of value found in the registry.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
upnpImage (Type of variable)
The upnpImage type is used to define the advanced characteristics of an image of UPnP device.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
Secure (Property)
The Secure property is used to configure the table encryption security level.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL table.
HCloseAnalysis (Function)
Closes the current database schema (or all current database schemas in the case of a project with multiple database schemas).
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
iPageEnd (Function)
Forces the move to the next page during the report print.
Window functions
List of functions for managing windows...
ArrayToParameters (Function)
Converts an array of elements into a list of parameters.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.