Xbasic
{DEFAULTTABSTOPS}
Description
Refer to {TABSTOPS}
Example
ui_dlg_box("Tabbing",<<%dlg% Tab stops enabled. All controls have tab stops.; {tabstops} {tab=x1} {pane=One} First Name:|[fname]; Last Name:|[lname]; <%B=T;O=Owner Draw Button%tb> {pane=Two} {endtab}; {lf}; Tab stops disabled. No controls in this section have tab stops.; {notabstops} {tab=x2} {pane=One} First Name:|[fname]; Last Name:|[lname]; <%B=T;O=Owner Draw Button%tb> {pane=Two} {endtab}; {lf}; {wrap=80}; Default tab stops. Only controls that are bound to variables, and standard buttons \(i.e. not owner draw buttons) have tab stops. \(This is the same convention as Version 5).; {defaulttabstops} {tab=x3} {pane=One} First Name:|[fname]; Last Name:|[lname]; <%B=T;O=Owner Draw Button%tb> {pane=Two} {endtab}; %dlg%)
Limitations
Desktop applications only
See Also