TIDEMemo Class
Source code memo editor for the Scripter Studio IDE with integrated features such as breakpoints and code completion.
Remarks
TIDEMemo is a TAdvMemo descendant that works as the source code memo editor in the Scripter Studio IDE. You can use it separately just as an TAdvMemo. But if you connect the Engine property to an existing TIDEEngine component, then the memo will work integrated with the IDE and its other components (inspector, designer, etc.) and perform some operations automatically, like setting breakpoints, code completion, etc.
Syntax
Unit: IDEMain
TIDEMemo = class(TScrMemo);
Properties
| Name | Description |
|---|---|
| Engine | Points to the TIDEEngine component that will perform all IDE control. |