RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabAction.Wrap Property

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

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

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. 

 

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