ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Automatic Application Features (AAF) / AAF on Edit controls
  • Overview
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
The context menu of an edit control (right-click) enables simple editing operations:
Context menu of edit control
These simple operations are as follows:
  • "Cancel": Cancels the last action performed. This operation can also be performed by pressing Ctrl + Z.
  • "Cut": Retrieves the field content and places it on the clipboard. The control is cleared. This operation can also be performed by pressing Ctrl + X.
  • "Copy": Retrieves the field content and places it on the clipboard. The control is not cleared. This operation can also be performed by pressing Ctrl + C.
  • "Paste": Fills the field with the clipboard content. This operation can also be performed by pressing Ctrl + V.
  • "Paste without formatting": Fills the field with the contents of the clipboard without preserving the text formatting. This operation can also be performed by pressing Ctrl + Shift + V. The option is grayed out when the application that loaded the clipboard has not filled in the plain text. In this case, the clipboard contains only the formatted text.
  • "Delete": Empties the field. This operation can also be performed by pressing the [Del.] key.
  • "Select all": Selects the contents of the field. It is also possible to select the control content by pressing Ctrl + A or to perform three successive clicks in the control.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 04/06/2025

Send a report | Local help