Vcl.ExtActns.TTabAction.Wrap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Wrap: Boolean read FWrap write FWrap default False;

C++

__property bool Wrap = {read=FWrap, write=FWrap, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TTabAction

Description

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