Vcl.Grids.TCustomGrid.TopLeftChanged
Delphi
procedure TopLeftChanged; dynamic;
C++
DYNAMIC void __fastcall TopLeftChanged(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TCustomGrid |
Description
Updates the position of the inplace editor when the grid scrolls.
Grid controls call TopLeftChanged internally, whenever the LeftCol or TopRow property changes.
Descendants of TCustomGrid override this method to make additional adjustments or to generate an event, such as Vcl.Grids.TCustomDrawGrid.OnTopLeftChanged.