Vcl.StdCtrls.TScrollBar.Change
Delphi
procedure Change; dynamic;
C++
DYNAMIC void __fastcall Change(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TScrollBar |
Description
Called when the Position property changes.
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.