AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Funcionalidades Automáticas de la Aplicación (FAA) / FAA en controles Campo de entrada
  • Overview
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 06/04/2025

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