Vcl.TabNotBk.TTabbedNotebook.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TPageChangeEvent read FOnChange write FOnChange;

C++

__property TPageChangeEvent OnChange = {read=FOnChange, write=FOnChange};

Properties

Type Visibility Source Unit Parent
event published
Vcl.TabNotBk.pas
Vcl.TabNotBk.hpp
Vcl.TabNotBk TTabbedNotebook

Description

Occurs when the page of a tabbed notebook changes.

Write an OnPage event handler to respond to a page change in a tabbed notebook.

See Also