ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Miscellaneous
  • Limitations
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
The NoteTitle property is used to:
  • Get the title of the notes used in the technical documentation of a control, window, page or report.
  • Change the title of the notes used in the technical documentation of a control, window, page or report.
Often, this property allows the developer to store information without affecting the execution of the application.
Example
// Initialize the "EDT_Prospect" control with the title of the notes
EDT_Prospect = EDT_Prospect.NoteTitle
Syntax

Getting the title of the notes Hide the details

<Result> = <Element used>.NoteTitle
<Result>: Character string
Title of the notes used in the technical documentation of the specified element.
<Element used>: control, window, page or report name
Name of the element (control, window, page or report) to use.

Changing the title of the notes Hide the details

<Element used>.NoteTitle = <New title>
<Element used>: control, window, page or report name
Name of the element (control, window, page or report) to use.
<New title>: Character string
New title of the notes used in the technical documentation of the specified element.
Remarks

Miscellaneous

  • The title of the notes used in the technical documentation of a control, window or page is defined in the "Note" tab of the control, window, page or report description . This control allows you to briefly describe how the current element works.
  • You can also associate a note with the control. This note will also be used in the technical documentation. The Note property is used to change notes.

Limitations

In a report, the NoteTitle property applies to all controls, blocks and reports.
WINDEV In a window, the NoteTitle property cannot be used on:
  • a Shape control,
  • 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.
  • an element of a Listview control.
Java The NoteTitle property applies only to Combo Box controls in this version.
WEBDEV - Server codeWEBDEV - Browser codePHP In a page, the NoteTitle 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 control,
  • a menu,
  • a group of controls.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/15/2023

Send a report | Local help