RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInplaceEdit.BoundsChanged Method

Indents the text area of the window slightly after the grid repositions the edit control.

Pascal
procedure BoundsChanged; virtual;
C++
virtual __fastcall BoundsChanged();

BoundsChanged reinitializes the editing window after the control has been moved or resized. It creates a slight indentation in the text formatting area so that the contents of the editor do not appear to crowd the edges of the cell. 

BoundsChanged is exposed as a protected method so that derived objects can add further enhancements when the editing window changes size or location. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!