TIDEProjectFileMemoInfo Class
Holds editor state information for a script file, such as cursor position, used when navigating between files in the IDE.
Remarks
This class is used internally by the IDE engine to persist information about the memo editor. In a multi-script project, when user navigates through the different script files, the IDE needs to save information about the editor for each script, like the cursor line and column, the breakpoints set, etc..
Syntax
Unit: IDEMain
TIDEProjectFileMemoInfo = class(TPersistent);