Vcl.ComCtrls.TRichEditResizeEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRichEditResizeEvent = procedure(Sender: TObject; Rect: TRect) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ComCtrls.pas
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