Vcl.Grids.TInplaceEdit.BoundsChanged
Delphi
procedure BoundsChanged; virtual;
C++
virtual void __fastcall BoundsChanged(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TInplaceEdit |
Description
Indents the text area of the window slightly after the grid repositions the edit control.
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.