Vcl.Grids.TDrawGrid.OnTopLeftChanged
Delphi
property OnTopLeftChanged: TNotifyEvent read FOnTopLeftChanged write FOnTopLeftChanged;
C++
__property OnTopLeftChanged;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| event | published | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TDrawGrid |
Beschreibung
Tritt ein, nachdem sich die Eigenschaft TopRow oder LeftCol geändert hat.
Vcl.Grids.TDrawGrid.OnTopLeftChanged erbt von Vcl.Grids.TCustomDrawGrid.OnTopLeftChanged. Der folgende Inhalt bezieht sich auf Vcl.Grids.TCustomDrawGrid.OnTopLeftChanged.
Tritt ein, nachdem sich die Eigenschaft TopRow oder LeftCol geändert hat.
Mit OnTopLeftChanged können Sie bestimmte Aktionen durchführen, wenn der Benutzer mit beweglichen Gitterzellen einen Bildlauf ausführt.