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?
  • Displaying the cross-references of an element
  • Configuring the display options of cross-references
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 cross-references in the code editor are used to identify:
  • the codes calling the element currently selected in the code editor.
  • the codes called by the element currently selected in the code editor.
This element can be a control, a window, a procedure, a class method, a WLanguage function , ...
Cross-references
How to?

Displaying the cross-references of an element

To display the cross-references of an element (control, window, procedure, WLanguage function, ...) found in the code editor:
  1. Position the mouse cursor on the element name.
  2. Use:
    • the key combination Shift + F2.
    • "Cross-references" in the context menu.
  3. The list of cross-references is displayed.

Configuring the display options of cross-references

You can configure the display options of the cross-references in the display window ("Display options").
Display options
It is possible to list the following elements:
  • Referencias de código These references may correspond to:
    • the uses of the element in the code. In this case, the reference is automatically listed as soon as the name of the element is used.
    • the modifications of the element only. In this case, only the lines of code in which the element is modified are listed.
    • Novedad versión 2025
      subscribers to reactive procedures. In this case, as soon as the field is subscribed to a reactive procedure (i.e. it is modified by a reactive procedure), the element is listed.
    • Novedad versión 2025
      triggers for reactive procedures. In this case, as soon as the field triggers a reactive procedure, it is listed.
    • the call to the procedures (for the local or global procedures). Only the calls to the procedures are listed.
  • Referencias de elemento: ventana o página interna, modelo, etc., i.e. the windows, internal pages or templates that use the element.
  • Relaciones , for controls linked to data files and items in the analysis.
  • Información compartida del análisis, for controls linked to items.
  • Enlaces desde los modelados flexibles (for example, if the window is used in a flexible model).
Versión mínima requerida
  • Versión 11
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/01/2025

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