ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Various properties
  • Limit
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 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.
Remark: The notes of a control, a window, a page, a report or a block are defined in the "Note" tab of the element description.
Example
// Modify the notes associated with the "EDT_Contact" control
EDT_Contact.Note = "Identifies the person to contact in the company"
Syntax

Finding out the notes associated with an element (control, window, page, report, block, etc.) Hide the details

<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.) Hide the details

<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.
Remarks

Limit

In a report, the Note property applies to all controls, blocks and reports.
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