ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the window editor
The main elements of window editor are as follows:
Options of the window editor
To configure the general options of the window editor...
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Merging differences (SCM)
5. Site test in practice
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
MemCreate (Function)
Creates a memory area.
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Page templates
WEBDEV allows you to create page templates......
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
SQL view
An SQL view is a virtual data source defined by an SQL query......