Vcl.ValEdit.TValueListEditor.OnTopLeftChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnTopLeftChanged;

C++

__property OnTopLeftChanged;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Occurs immediately after the TopRow property or the LeftCol property changes.

Vcl.ValEdit.TValueListEditor.OnTopLeftChanged inherits from Vcl.Grids.TCustomDrawGrid.OnTopLeftChanged. All content below this line refers to Vcl.Grids.TCustomDrawGrid.OnTopLeftChanged.

Occurs immediately after the TopRow property or the LeftCol property changes.

Use OnTopLeftChanged to perform special processing when the non-fixed cells in the grid are scrolled.

See Also