Vcl.DockTabSet.TDockTabSet.OnTabRemoved

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnTabRemoved: TNotifyEvent read FOnTabRemoved write FOnTabRemoved;

C++

__property System::Classes::TNotifyEvent OnTabRemoved = {read=FOnTabRemoved, write=FOnTabRemoved};

Properties

Type Visibility Source Unit Parent
event published
Vcl.DockTabSet.pas
Vcl.DockTabSet.hpp
Vcl.DockTabSet TDockTabSet

Description

Occurs when a tab is removed from the tab control.