AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Funcionalidades Automáticas de la Aplicación (FAA) / FAA en controles Campo de entrada
  • 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.
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 03/07/2023

Señalar un error o enviar una sugerencia | Ayuda local