Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.12 AutoEdit Property

Description:

Determines whether the TextBox control or cells are put into edit mode as soon as they receive the focus.

Used in controls:

TextBox

Used in object:

TableColumn

Values (with constants):

True:Cells are put into edit mode when they receive the focus.(POW-TRUE)

False:Cells do not enter edit mode whey they receive the focus.(POW-FALSE)

Default value:

False(POW-FALSE)

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.