Vcl.DBGrids.TCustomDBGrid.TopLeftChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TopLeftChanged; override;

C++

DYNAMIC void __fastcall TopLeftChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

Description

Updates the position of the inplace editor when the grid scrolls.

TopLeftChanged is called whenever the LeftCol or TopRow property changes. InvalidateTitles and the inherited method TopLeftChanged method are called.

See Also