Vcl.StdCtrls.TScrollBar.Change

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also