Vcl.ExtActns.TPreviousTab.SkipHiddenTabs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SkipHiddenTabs: Boolean read FSkipHiddenTabs write FSkipHiddenTabs default 1;

C++

__property SkipHiddenTabs = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TPreviousTab

Description

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

Vcl.ExtActns.TPreviousTab.SkipHiddenTabs inherits from Vcl.ExtActns.TTabAction.SkipHiddenTabs. All content below this line refers to Vcl.ExtActns.TTabAction.SkipHiddenTabs.

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

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).

See Also