Vcl.ComCtrls.TPageControl.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; override;

C++

DYNAMIC void __fastcall Change();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TPageControl

Description

Responds to changes in the page control.

Change is called automatically when Windows notifies the page control of a change. TPageControl responds to this notification by updating its display to show the new current page.

See Also