RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRichEdit.RequestSize Method

Resize request event dispatcher.

Pascal
procedure RequestSize(const Rect: TRect); virtual;
C++
virtual __fastcall RequestSize(const TRect Rect);

RequestSize merely calls the OnResizeRequest event handler. RequestSize is exposed as a protected method so that derived classes can change the response to Windows messages about an impending window resize. When overriding RequestSize, include a call to the OnResizeRequest event handler. 

 

BoundsRect 

ClientRect 

OnResizeRequest 

Text

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!