|
|
|
|
|
|
|
Custom context menus are created in the window editor and can be manipulated programmatically... |
|
|
|
|
|
|
The numeric edit controls propose several AAFs (Automatic Application Features):
a context menu... |
|
|
|
|
|
|
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic... |
|
|
|
|
|
|
...Interfaces that use token controls are common. A Token control contains variable amounts... |
|
|
|
|
|
|
Several methods can be used to automatically position the edit cursor on a specific line in an edit... |
|
|
|
|
|
|
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control... |
|
|
|
|
|
|
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes... |
|
|
|
|
|
|
The Date edit control automatically propose a "Calendar" option in their popup menu.... |
|
|
|
|
|
|
Implementing input suggestions in an Edit control is very simple...... |
|
|
|
|
|
|
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...... |
|
|
|
|
|
|
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data... |
|
|
|
|
|
|
Exits from the current edit. The entry in edit was performed by DocGoIntoEdit. |
|
|
|
|
|
|
Exits from the current edit. The entry in edit was performed by DocGoIntoEdit. |
|
|
|
|
|
|
Identifies the window that was in edit before the window that is currently in edit... |
|
|
|
|
|
|
The SelectedText property is used to get and change the text selected in an Edit control, editable... |
|
|
|
|
|
|
controls:
Edit control.
Editable Combo Box.
"Edit control" table column and "Editable Combo Box"... |
|
|
|
|
|
|
The TokenEnabled property determines if an Edit control is a "Text token" Edit control. |
|
|
|
|
|
|
Indicates the name of the first editable control or the name of the next control that must... |
|
|
|
|
|
|
of the following controls:
Edit control.
Editable Combo Box.
"Edit control" table column and "Editable... |
|
|
|
|
|
|
The AutomaticErase property is used to:
find out whether an edit control is in "Automatic... |
|
|
|
|
|
|
The HtmlFormat property is used to:
find out whether an edit control accepts the input in HTML... |
|
|
|
|
|
|
in a "Text token" Edit control.
Determine if duplicates are allowed in a "Text token" Edit control.... |
|
|
|
|
|
|
Identifies the window currently in edit. |
|
|
|
|
|
|
Returns the name of the control currently in edit. |
|
|
|
|
|
|
Returns the name of the next editable control. |
|
|
|
|
|
|
in a "Text token" Edit control.
Allow or prevent the end user from deleting tokens in a "Text token" Edit... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|