Vcl.ComCtrls.TCustomRichEdit.OnResizeRequest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnResizeRequest: TRichEditResizeEvent read FOnResizeRequest  write FOnResizeRequest;

C++

__property TRichEditResizeEvent OnResizeRequest = {read=FOnResizeRequest, write=FOnResizeRequest};

Properties

Type Visibility Source Unit Parent
event protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit

Description

Occurs when the text has grown either smaller or larger than the control's window size.

Write an OnResizeRequest event handler to respond to notifications that the edit control is trying to resize due to changes in the text.

OnResizeRequest is an event handler of type Vcl.ComCtrls.TRichEditResizeEvent.

See Also

Code Examples