Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.283 TabStop Property

Description:

Indicates whether the control receives focus when focus is being moved using the tab key.

Used in control(s):

CheckBox

ComboBox

CommandButton

Custom

DriveList

Edit

FileList

FolderList

ListBox

ListView

OptionButton

ScrollBar

Slider

Tab

Table

TextBox

TreeView

Values (with constants):

True - Receives focus when focus is moved.(POW-TRUE)

False - Does not receive focus when focus is moved.(POW-FALSE)

Default value:

True - Receives focus when focus is moved.(POW-TRUE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.