Vcl.ComCtrls.TTabSheet.DoHide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoHide; dynamic;

C++

DYNAMIC void __fastcall DoHide();

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 OnHide event. DoHide is called automatically when the TabVisible property changes to false. Override DoHide in a derived class to perform class-specific actions when the tab sheet is temporarily removed from its page control, or to block the OnHide event.

See Also