WebSession.AllowTabOrderWrap

From Xojo Documentation

Property (As Boolean )
aWebSession.AllowTabOrderWrap = newBooleanValue
or
BooleanValue = aWebSession.AllowTabOrderWrap

New in 2011r2

Supported for all project types and targets.


If true, tabbing from the last control in the tab order will give focus to the first control. The reverse is also true. This property is True by default.

Notes

Setting this property after the Opening event will raise an UnsupportedOperationException.