Vcl.ComCtrls.TRichEdit.OnResizeRequest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnResizeRequest: TRichEditResizeEvent read FOnResizeRequest write FOnResizeRequest;

C++

__property OnResizeRequest;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TRichEdit

Description

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

Vcl.ComCtrls.TRichEdit.OnResizeRequest inherits from Vcl.ComCtrls.TCustomRichEdit.OnResizeRequest. All content below this line refers to Vcl.ComCtrls.TCustomRichEdit.OnResizeRequest.

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