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 / WLanguage / Propiedades WLanguage / Propiedades varias
  • Limit
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
The Note property is used to:
  • Find out the notes associated with a control, a window, a page or a report.
  • Modify the notes associated with a control, a window a page or a report.
These notes are intended for the developers. They are printed with the technical documentation. You also have the ability to specify a title for the notes with NoteTitle.
Often, this property allows the developer to store information without affecting the execution of the application.
Note: Notes for a field, window, page, state or block are defined in the "Note" tab of the element description.
Ejemplo
// Modify the notes associated with the "EDT_Contact" control
EDT_Contact.Note = "Identifies the person to contact in the company"
Sintaxis

Finding out the notes associated with an element (control, window, page, report, block, etc.) Ocultar los detalles

<Notes> = <Element used>.Note
<Notes>: Character string
Notes associated with the specified element.
<Element used>: Name of control, window, page or report
Name of the element (control, window, page or report) to use.

Modifying the notes associated with an element (control, window, page, report, block, etc.) Ocultar los detalles

<Element used>.Note = <New notes>
<Element used>: Name of control, window, page or report
Name of the element (control, window, page or report) to use.
<New notes>: Character string
New notes associated with the specified element.
Observaciones

Limit

In a report, the Note property applies to all controls, blocks and reports.
WINDEVWINDEV Mobile In a window, the Note property cannot be used on:
  • an option in a Check Box or Radio Button control,
  • a row in a Table control or a row in a List Box or a Combo Box control,
  • a menu,
  • a tab pane,
  • a group of controls,
  • an element in a TreeView control.
Java The Note property can only be used with the following elements:
  • Button.
  • Static.
  • Edit control.
  • Image.
  • Check Box.
  • Radio Button.
  • List Box.
  • Combo Box.
  • TreeView.
  • Tab.
  • Window.
  • Table.
  • Table column.
  • Supercontrol.
Widget Android The Note property can only be used with the following elements:
  • Button control.
  • Static Text control.
  • Image control.
  • Window.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 13/05/2025

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