ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.ListItem (Function)
Returns the list of items in a data file (query or view) recognized by the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
ActionLabel (Property)
The ActionLabel property is used to get and change the label of the notification's action button....
DocRedoCount (Function)
Returns the number of canceled actions that can be redone on a Word Processing document.
<Word Processing>.RedoCount (Function)
Returns the number of canceled actions that can be redone on a Word Processing control.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
Defining clickable areas
In a page, an Image control can contain clickable areas......
EmulateActionBar (Function)
Emulates an Action Bar during the automated tests run on a mobile device (Android or iOS).
SearchValue (Property)
The SearchValue property is used to get and change the value of the search field in an Action Bar.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
<Spreadsheet>.StartModification (Function)
Indicates the start of a series of actions performed in a Spreadsheet control in a single event ("undo/redo")....
<Document variable>.StartModification (Function)
Indicates the start of a series of actions performed on a Document variable in a single event ("undo/redo")....
<Document variable>.EndModification (Function)
Indicates the end of a series of actions performed in a Document variable in a single event ("undo/redo")....
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
Action Bar control functions
The following functions are used to manage the Action Bar control......
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo")....
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
fOpen (Example)
Usage example of the fOpen function
sOpen (Example)
Usage example of the sOpen function