|
|
|
|
|
NoteTitle (Property) In french: TitreNote
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.
// 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|