ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
Using the Vista style in your windows
WINDEV allows you to customize......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
The Site Map control
The Site Map control allows the Web user to......
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Constants for managing Wi-Fi functions
Constants for managing Wi-Fi functions...
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
WDTrans: Overview
WDTrans is a tool for canceling transactions......
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler....
EXE constants
List of constants used by the functions for managing executables....
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
dbgEnableLog (Function)
Enables the runtime log programmatically.