Table of Contents

TIDENotificationType Enumeration

Enumerates the types of events that can trigger a notification from the IDE engine to registered notifiers.

Remarks

TIDENotificationType indicates the type of notification (event) that happened in the IDE. ntComponentSelected - The current selection in form designer has changed (a component has been selected/unselected) ntActiveFileChanged - The current active file in the IDE has changed ntInspectorChanged - A value in the object inspector has changed

Syntax

Unit: IDEMain

Members

Name Value Description
ntComponentSelected 0
ntActiveFileChanged 1
ntInspectorChanged 2
ntDesignerChanged 3