Vcl.ComCtrls.TRichEditResizeEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TRichEditResizeEvent)(System::TObject* Sender, const System::Types::TRect &Rect);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.ComCtrls.hpp Vcl.ComCtrls Vcl.ComCtrls

Description

TRichEditResizeEvent is the type of a rich edit's TCustomRichEdit.OnResizeRequest and TRichEdit.OnResizeRequest event handlers.

The Rect parameter gives the desired bounding rectangle that will display all the text, in screen coordinates.

See Also