RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDrawGrid.OnTopLeftChanged Event

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

Pascal
property OnTopLeftChanged: TNotifyEvent;
C++
__property TNotifyEvent OnTopLeftChanged;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!