RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNextTab.SkipHiddenTabs Property

Indicates whether the tab action should consider hidden tabbed pages when moving to the next page.

Pascal
property SkipHiddenTabs: Boolean;
C++
__property Boolean SkipHiddenTabs;

Set SkipHiddenTabs to true if you do not want the action to move to a tab page if its TabVisible property is false. Set SkipHiddenTabs to false if the tab action can move to and make visible a hidden page.

Note: SkipHiddenTabs only has an effect when the TabControl property identifies a TPageControl object. (TTabControl does not support hidden pages).
 

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