RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabSheet.DoHide Method

Called when the user selects another tab.

Pascal
procedure DoHide; dynamic;
C++
__fastcall DoHide();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!