RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabSheet.DoShow Method

Called when the user selects another tab.

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

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. 

 

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