ToolsAPI.Editor.INTACodeEditorEvents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

INTACodeEditorEvents = interface(IOTANotifier)

C++

__interface  INTERFACE_UUID("{78865D81-2D54-4CFB-9C3D-AD7236F57607}") INTACodeEditorEvents  : public Toolsapi::IOTANotifier

Properties

Type Visibility Source Unit Parent
interface
class
public
ToolsAPI.Editor.pas
ToolsAPI.Editor.hpp
ToolsAPI.Editor ToolsAPI.Editor

Description

Notifies different kinds of events in the Code Editor.

Use this class' methods to enable and configure notifications when the user performs different actions on the Code Editor, such as mouse clicking, resizing, repainting, etc.

See Also