ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
<Spreadsheet>.StartModification (Function)
Indicates the start of a series of actions performed in a Spreadsheet control in a single event ("undo/redo")....
<Spreadsheet>.EndModification (Function)
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event (management of "undo/redo")....
<Spreadsheet>.SavePositionAndSelection (Function)
Saves: the scrollbar position in a Spreadsheet control for the current worksheet, the current worksheet in the Spreadsheet control, the selected elements in the Spreadsheet control for the current worksheet....
<Spreadsheet>.SortSelection (Function)
Sorts the values selected in a Spreadsheet control.
XML functions
List of XML functions...
HSL (Function)
Creates a color from its hue, saturation and lightness.
Valid (Property)
The Valid property is used to determine if an element is valid.
SpreadsheetStartModification (Function)
Indicates the start of a group of operations on a Spreadsheet control in a single event (management of "undo/redo")....
SpreadsheetEndModification (Function)
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event (management of "undo/redo")....
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
SpreadsheetSavePositionAndSelection (Function)
Saves: the scrollbar position in a Spreadsheet control for the current worksheet, the current worksheet in the Spreadsheet control, the selected elements in the Spreadsheet control for the current worksheet....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
PicRectangularSnipOCR (Function)
Runs OCR and extracts the text from a rectangular area defined with the mouse.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Container column of a Table control (prefix syntax)
A cell found in a Table control can contain a set of controls......
Functions for managing menus (prefix syntax)
List of functions for managing menus...
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
ControlExecuteClosing (Function)
Runs the closing WLanguage event of an office control and displays its confirmation dialog if necessary.
Background (Type of variable)
The Background type defines the advanced characteristics of the element background.
OCRModelPathDirectory (Function)
Used to set the directory that contains the language models for the native OCR system.
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......