Vcl.ComCtrls.TRichEdit.OnResizeRequest
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. {{#multireplace:Vcl.ComCtrls.TRichEdit.OnResizeRequest|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ComCtrls.TCustomRichEdit.OnResizeRequest|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ComCtrls.TCustomRichEdit.OnResizeRequest|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.