Vcl.Grids.TCustomGrid.TopLeftChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TopLeftChanged; dynamic;

C++

DYNAMIC void __fastcall TopLeftChanged();

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.

See Also