<< Click to display table of contents >> TrvActionEditNote.OnStartEditNote |
Occurs when the action starts editing a new note.
property OnStartEditNote: TNotifyEvent;
This event occurs:
•when the action starts editing a note
•when the action ends editing a note
You can store a reference to the form containing the note editor in OnShowing event, and use this form's caption in this event.