Show: Delphi C++
Display Preferences

Vcl.ComCtrls.TRichEdit.OnResizeRequest

From XE2 API Documentation
Jump to: navigation, search

Delphi

property OnResizeRequest;

C++

__property OnResizeRequest;

Contents

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


Personal tools
Previous Versions
Translations