Vcl.ComCtrls.TTabSheet.OnHide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnHide: TNotifyEvent read FOnHide write FOnHide;

C++

__property System::Classes::TNotifyEvent OnHide = {read=FOnHide, write=FOnHide};

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTabSheet

Description

Occurs when the TabVisible property changes to false.

Write an OnHide event handler to take specific action when the tab sheet is temporarily removed from its page control.

See Also