ToolsAPI.Editor.INTACodeEditorEvents.EditorResized

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditorResized(const Editor: TWinControl);

C++

virtual void __fastcall EditorResized(Vcl::Controls::TWinControl* const Editor) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
ToolsAPI.Editor.pas
ToolsAPI.Editor.hpp
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