ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window...
Action Bar control functions
The following functions are used to manipulate Action Bar controls...
SendKey (Function)
Simulates the keystrokes and the mouse actions.
HsMenu,Status (External language)
Returns the status of a menu option (active, invisible, grayed).
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
DocUndoCount (Function)
Returns the number of actions that can be undone on a document.
<Document variable>.UndoCount (Function)
Returns the number of actions that can be undone in a Document variable.
ActionAllowed (Property)
The AllowedAction property defines which actions are allowed or not allowed on an element.
Action functions
The following functions are used to manage actions:...
<Document variable>.RedoCount (Function)
Returns the number of canceled actions that can be redone on a Document variable.
<Word Processing>.UndoCount (Function)
Returns the number of actions that can be undone in a Word Processing control.
Action plan management functions (software factory)
Functions for handling the action plans...
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.
ERR_NO_TABLE
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
<Document variable>.StartModification (Function)
Indicates the start of a series of actions performed on a Document variable in a single event ("undo/redo")....
<Spreadsheet>.StartModification (Function)
Indicates the start of a series of actions performed in a Spreadsheet control 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")....
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......
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......
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
1
2
3
4
5
6
153
>