Vcl.ComCtrls.TTabSheet.OnShow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnShow: TNotifyEvent read FOnShow write FOnShow;

C++

__property System::Classes::TNotifyEvent OnShow = {read=FOnShow, write=FOnShow};

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 true.

Write an OnShow event handler to take specific action when the tab sheet appears in its page control after being temporarily hidden.

See Also