ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
<Source>.SavePosition (Function)
Stores the current file context: current record, filter, pointers.
<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
<Source>.Found (Function)
Checks whether the current record corresponds to the current filter or search.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
<Source>.SetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HNext (Function)
Sets the position on the next data file record according to a browse item.
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
WDD55 (Property)
The WDD55 property is used to: Get the name and full path of the Hyper File 5.5 WDD file. Set the name and full path of the Hyper File 5.5 WDD file....
InputValue (Property)
The InputValue property is used to: find out whether the end user can enter or change values in a Spreadsheet control. allow or prevent the end user from entering or changing values in a Spreadsheet control....
InputFormula (Property)
The InputFormula property is used to: find out whether the end user can enter or change formulas in a Spreadsheet control. allow or prevent the end user from entering or changing formulas in a Spreadsheet control....
Export your data to Excel
Export your data to Word
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
1. What is a website?
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.