Vcl.Grids.TInplaceEdit.BoundsChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BoundsChanged; virtual;

C++

virtual void __fastcall BoundsChanged();

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.

See Also