Back to product page

TabStop property


Returns or sets a value indicating whether a user can use the TAB key to give the focus to an object.

Type

Boolean

Syntax

  • Basic
object.TabStop [= value]
The TabStop(object) syntax has these parts:
objectAn expression evaluating to an object of type wodTelnetDLX

Remarks

This property is only available in OCX (GUI) version of the component.

The settings for Boolean are:
SettingDescription
True(Default) Designates the object as a tab stop.
FalseBypasses 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.

Platforms

Windows