DMNotes object provides interface to DM2000 Notes window. You can use this interface for logging or other similar purposes, just as another "output device" or "console". It has full bidirectional data access and very simple in use. It is important that Notes editor is the only way to automatically process text files, for example, you can analyze description files. Actions, selection and clipboard operations in the Notes window are not supported.
Returns number of lines in Notes editor.
Used to change selected line in Notes editor. Index ranges from 0 to LineCount-1.
Adds line to the end of editor's text.
Inserts line at specified position (0..LineCount-1).
Deletes selected line.
Clear contents of Notes editor.
Allows you to load text file into Notes editor.
Saves contents of Notes editor to disk file.
This property represents the contents of Notes editor as a single string. Lines are separated by standard CRLF characters.