JVCL Help:TJvRichEdit.OnResizeRequest

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the text has grown either smaller or larger than the control's window size.


Pascal

 propertyOnResizeRequest: TRichEditResizeEvent;


Description

Write an OnResizeRequest event handler to respond to notifications that the rich edit control is trying to resize due to changes in the text. The Rect parameter gives the desired bounding rectangle that will display all the text, in screen coordinates.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page