Vcl.ExtActns.TPreviousTab.SkipHiddenTabs

From RAD Studio API Documentation

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. {{#multireplace:Vcl.ExtActns.TPreviousTab.SkipHiddenTabs|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ExtActns.TTabAction.SkipHiddenTabs|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ExtActns.TTabAction.SkipHiddenTabs|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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