TIDEEngine.Memo Property
Gets or sets the TIDEMemo component used as the source code editor in the IDE.
Remarks
Contains a reference to the TIDEMemo component that will be used as the source code editor in the IDE. The engine will automatically update the memo content accordingly to the current project file being edited, and will also use the memo changes to update the project file automatically. You only need to set this property if you are building your own custom IDE. If you are using TIDEDialog component to display the predefined IDE, this property will be set automatically. Assign the component to this property is the same as associating the Engine property of component to this TIDEEngine.
Syntax
Unit: IDEMain
property TIDEEngine.Memo: TIDEMemo