Vcl.ExtActns.TPreviousTab.Wrap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Wrap: Boolean read FWrap write FWrap default 0;

C++

__property Wrap = {default=0};

Properties

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

Description

Indicates whether the tab action should "wrap" when navigating to the next tab page.

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

Indicates whether the tab action should "wrap" when navigating to the next tab page.

When Wrap is true, the tab action can move previous to the first tabbed page or after the last tabbed page in the associated control. When Wrap is false, an attempt to move beyond the first or last page does not result in any page change, although it still results in a BeforeTabChange and an AfterTabChange event or in an OnFinish event.

See Also