Vcl.ValEdit.TValueListEditor.OnTopLeftChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnTopLeftChanged: TNotifyEvent read FOnTopLeftChanged write FOnTopLeftChanged;

C++

__property OnTopLeftChanged;

Propriétés

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

Description

Se produit immédiatement après la modification de la propriété TopRow ou LeftCol.

Vcl.ValEdit.TValueListEditor.OnTopLeftChanged hérite de Vcl.Grids.TCustomDrawGrid.OnTopLeftChanged. Tout le contenu en-dessous de cette ligne se réfère à Vcl.Grids.TCustomDrawGrid.OnTopLeftChanged.

Se produit immédiatement après la modification de la propriété TopRow ou LeftCol.

Utilisez OnTopLeftChanged pour effectuer des actions spécifiques quand les cellules mobiles de la grille défilent.

Voir aussi