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 / Editores / Editor de código
  • Overview
  • How to?
  • Showing or hiding empty events
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
Overview
All WLanguage code is written in the code editor, which offers several events on a given control: Enter, Modification, Exit, Click, ...
A standard series of events is always proposed for each element: window, control, report, etc.
From version 24, it is possible to hide empty events associated with an element.
This allows for a neat code editor, according to your programming habits.
Example:
  • Full-featured code editor: All events are displayed:
  • Code editor with only events used: unused events have been hidden. The presentation is much clearer.
    Customized code editor: unused events have been hidden. The presentation is much clearer
Remark: There are also optional events that you can enable, of course.
How to?

Showing or hiding empty events

To hide empty events associated to an element in WINDEV, WEBDEV or WINDEV Mobile:
  1. Open one of the codes of the desired element (e.g., via the F2 key).
  2. On the "Vista" tab, in the "Ayuda edición" group, check or uncheck "Mostrar procesos vacíos".
Remark: This feature also allows you to show or hide empty procedures and properties.
Versión mínima requerida
  • Versión 24
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 07/05/2024

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