FMX.TabControl.TTabControl.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};

Properties

Type Visibility Source Unit Parent
event published
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabControl

Description

Occurs immediately after changing the active tab on this tab control component.

Write an OnChange event handler to provide additional functionality when changing the active tab of this tab control component.

See Also