ToolsAPI.Editor.INTACodeEditorEvents.EditorResized

From RAD Studio API Documentation
Revision as of 14:16, 2 February 2023 by Victor.Laurencena (talk | contribs) (Added Category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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