Back to Devexpress

TdxGuide.TabOrder Property

vcl-dxuiadorners-dot-tdxguide-45e728e6.md

latest1.3 KB
Original Source

TdxGuide.TabOrder Property

Specifies the custom keystroke navigation order for the guide UI adorner.

Declaration

delphi
property TabOrder: TTabOrder read; write; default 0;

Property Value

TypeDefault
TTabOrder0

Remarks

By default, the keystroke guide navigation order is determined by the guide indexes within the collection, which can result in inconsistent guide navigation in response to consecutive pressing the same keystroke (that is, the Tab key, the Shift+Tab key combination, or any arrow key):

Use the TabOrder property to assign a value corresponding to the guide’s desired place in the keystroke navigation order. For instance, you can assign successive property values to the consecutively positioned guides on the parent form:

The default TabOrder property value is 0.

See Also

TdxGuide Class

TdxGuide Members

dxUIAdorners Unit