Specifies whether tabs are allowed in an EditBox control.
Syntax
EditBox.AllowTabs[ = lExpr]
Settings
lExpr
The settings for the AllowTabs property are:
Setting | Description |
True (.T.) | Tabs are allowed; press CTRL+TAB to exit the field. |
False (.F.) | (Default) Tabs are not allowed in the EditBox; pressing the TAB key moves the focus to the next control in the tab order. |