Vcl.Grids.TCustomDrawGrid.OnTopLeftChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnTopLeftChanged: TNotifyEvent read FOnTopLeftChanged write FOnTopLeftChanged;

C++

__property System::Classes::TNotifyEvent OnTopLeftChanged = {read=FOnTopLeftChanged, write=FOnTopLeftChanged};

Propriétés

Type Visibilité  Source Unité  Parent
event protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomDrawGrid

Description

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