RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDrawGrid.TopLeftChanged Method

Generates an OnTopLeftChanged event.

Pascal
procedure TopLeftChanged; override;
C++
virtual __fastcall TopLeftChanged();

Grid controls call TopLeftChanged internally, whenever the LeftCol or TopRow property changes. After calling the inherited parent class's method to update the position of the inplace editor, TopLeftChanged generates an OnTopLeftChanged event. 

 

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