Vcl.Grids.TCustomDrawGrid.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.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomDrawGrid

Description

Generates an OnTopLeftChanged event.

Grid controls call TopLeftChanged internally, whenever the LeftCol or TopRow property changes. After calling the inherited parent class's method to update the position of the InplaceEditor (inherited from TCustomGrid), TopLeftChanged generates an OnTopLeftChanged event.

See Also