Skip to main content

TdxGuide.TabOrder Property

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

Declaration

property TabOrder: TTabOrder read; write; default 0;

Property Value

Type Default
TTabOrder 0

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