RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScrollBar.Change Method

Called when the Position property changes.

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

Override Change in a derived class to perform actions when the Position of the scroll bar changes. 

By default, Change calls the OnChange event handler. 

 

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