ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Automatic Application Features (AAF) / AAF on Edit controls
  • Overview
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
The popup menu of an edit control (right mouse click) is used to perform simple edit operations:
Context menu of edit control
These simple operations are as follows:
  • "Undo": Cancels the last action performed. This operation can also be performed by pressing Ctrl + Z.
  • "Cut": Retrieves the content of the control and copies it to the clipboard. The control is cleared. This operation can also be performed by pressing Ctrl + X.
  • "Copy": Retrieves the content of the control and copies it to the clipboard. The control is not cleared. This operation can also be performed by pressing Ctrl + C.
  • "Paste": Fills the control with the clipboard content. This operation can also be performed by pressing Ctrl + V.
  • "Paste without formatting": Fills the control with the clipboard content without storing the text formatting. This operation can also be performed by pressing Ctrl + Shift + V.
  • "Delete": Clears the control. This operation can also be performed by pressing the [Del.] key.
  • "Select all": Selects the content of control. 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: 07/03/2023

Send a report | Local help