ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
WEBDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
Binding a Link control to an item
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
ERR_NO_DLLEXE
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)......
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the context menu. in a Scheduler control, whether an appointment was created via the context menu....