Vcl.TabNotBk.TTabbedNotebook.OnClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnClick: TNotifyEvent read FOnClick write FOnClick;

C++

__property System::Classes::TNotifyEvent OnClick = {read=FOnClick, write=FOnClick};

Properties

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

Description

Occurs when a tab of a tabbed notebook is selected.

Write an OnClick event handler to respond when the user selects a tab in the tabbed notebook. Immediately after the OnClick event occurs, the OnChange event occurs.

See Also