ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Custom context menu
Custom context menus are created in the window editor and can be manipulated programmatically...
The Edit control
The Edit control allows users to enter data......
Editable reports
The report editor can be used to create form reports, which include different controls allowing...
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
<Edit>.InsertToken (Function)
Inserts a token into a "Text token" Edit control.
Types of Edit controls
<Edit>.TokenCount (Function)
Returns the number of tokens present in a "Text token" Edit control.
<Edit>.AddToken (Function)
Adds a token to a "Text token" Edit control.
<Edit>.AddAssistedInput (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
<Edit>.DeleteAllToken (Function)
Deletes all the tokens from a "Text token" Edit control.
<Edit>.DeleteToken (Function)
Deletes a token from a "Text token" Edit control.
<Edit>.CloseAssistedInput (Function)
Closes the list of values proposed by the assisted input for an edit control.
<Edit>.OpenAssistedInput (Function)
Opens the list of values proposed by the assisted input for an edit control.
<Edit>.ConfigureAssistedInput (Function)
Used to configure the filter and the opening of assisted input.
<Edit>.DeleteAllAssistedInput (Function)
Clears the list of values proposed for the assisted input of an edit control.
Edit options of a report
The report editor allows you to......
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays...
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage...
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Events associated with Edit controls
WLanguage events associated with Edit controls...
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table...
Automatic features of edit controls
...Edit controls provide multiple automatic features available in all the controls...
Handling HTML text in an Edit control
...WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls...
1
2
>