RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionGrid.OnTopLeftChanged Event

Occurs when the data region of the grid scrolls.

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

Write an OnTopLeftChanged event handler to take specific action when the summarized data in the grid scrolls. Use the Cells property or the CellDrawState method to obtain the new values of the data cells. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!