Vcl.ComCtrls.TTabSheet.DoShow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoShow; dynamic;

C++

DYNAMIC void __fastcall DoShow();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTabSheet

Description

Called when the user selects another tab.

Generates an OnShow event. DoShow is called automatically when the TabVisible property changes to false. Override DoShow in a derived class to perform class-specific actions when the tab sheet appears in its page control after being temporarily hidden, or to block the OnHide event.

See Also