ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
<Menu>.Delete (Function)
Deletes a menu or a menu option.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile manage two types of menus:...
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
Image (Property)
The Image property gets and sets the background image of a control or block.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
MenuDelete (Function)
Deletes a menu or a menu option.
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
MenuExist (Function)
Indicates whether a menu option exists in a menu.
MenuState (Function)
Identifies the status of a menu option (context menu or drop-down menu): active, inactive or invisible.
Manipulating menu options programmatically
Menu options can be manipulated...
Referring to an element in a WLanguage event / process
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images or photos......
ERR_CLOSED_PAGE
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
grScatter3DMarkCaption (Function)
Used to specify the mark caption for a 3D Scatter chart.
Binding a Radio Button control to an item
A Radio Button control can be bound to an item in a data file, query, etc....
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
Action plan management functions (software factory)
Functions for handling the action plans...
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
NationToSubLanguage (Function)
Returns the default sub-language corresponding to a nation.
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
ActionBarDeleteSearchHistory (Function)
Deletes the history from the search control found in the action bar of a window.
StartTimestamp (Property)
The StartTimestamp property is used to set the start date and time of an action.
Error 1011: To access the global member of the class, use ClassName::MemberName
grScatter3DDeleteMarkCaption (Function)
Deletes the captions of marks found in a 3D Scatter chart
<Chart>.Scatter3DMarkCaption (Function)
Used to specify the mark caption for a 3D Scatter chart.
<Chart>.Scatter3DDeleteMarkCaption (Function)
Deletes the captions of marks found in a 3D Scatter chart
<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.
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....