ToolsAPI.Editor.INTACodeEditorEvents.EditorResized

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditorResized(const Editor: TWinControl);

Properties

Type Visibility Source Unit Parent
procedure public ToolsAPI.Editor.pas ToolsAPI.Editor INTACodeEditorEvents

Description

Fires a notification when the user resizes the Code Editor.

To enable this notification, you should add cevWindowEvents in the AllowedEvents result.

See Also