Table of Contents

TIDEEngine.OnShowSourceEditor Event

Event fired when the IDE needs to display the source code editor at a specified cursor position.

Remarks

OnShowSourceEditor event is fired when the IDE needs to show the memo editor and position the cursor at an specified location. The IDE does that automatically when using TIDEDialog, you only need to set this event in case you are building your own custom IDE.

Syntax

Unit: IDEMain

property TIDEEngine.OnShowSourceEditor: TIDEShowSourceEditorEvent

See also