Xbasic
A5_Structured_TabOrder Function
Syntax
V a5_structured_taborder(P objPtr )
Arguments
- objPtr
A pointer to a form.
Description
Redefine the tab order of objects in a form designer
Discussion
The A5_Structured_TabOrder() function displays the Set Tab Order dialog. This dialog allows you to reorganize the sequence of tab settings on a form.
Example
put description here
a5_structured_tabOrder(formname.this)
Limitations
Desktop applications only.
See Also