API: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

Pending tab change event dispatcher.

Vcl.ComCtrls.TPageControl.Change inherits from Vcl.ComCtrls.TCustomTabControl.Change. All content below this line refers to Vcl.ComCtrls.TCustomTabControl.Change.

Pending tab change event dispatcher.

Change is called automatically when the selected tab changes. Override Change to specify additional processing before the OnChange event handler executes, or to block the OnChange event.

See Also