Returns or sets a value indicating whether a user can
use the TAB key to give the focus to an object.
Property type
A Boolean value. Specifies whether the object
is a tab stop.
Syntax
object.TabStop [= value]
The TabStop Property syntax has these parts:
Part
Description
object
An expression
evaluating to an object of type wodFtpDLX.
value
A Boolean value.
Remarks
Available only in ActiveX (GUI)
version!
The settings for Boolean are:
Setting
Description
True
(Default) Designates the
object as a tab stop.
False
Bypasses the object when
the user is tabbing, although the object
still holds its place in the actual tab
order, as determined by the TabIndex
property.
This property enables you to add or remove a
control from the tab order on a form.