RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.TopLeftChanged Method

Updates the position of the inplace editor when the grid scrolls.

Pascal
procedure TopLeftChanged; dynamic;
C++
__fastcall TopLeftChanged();

Grid controls call TopLeftChanged internally, whenever the LeftCol or TopRow property changes. 

Descendants of TCustomGrid override this method to make additional adjustments or to generate an OnTopLeftChanged event. 

 

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