Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.232 ReturnWhenEnterKey Property

Description:

Determines whether the Return event occurs when the ENTER key is pressed while editing in the edit box.

Used in control(s):

Edit

Value:

True : Event occurs.(POW-TRUE)
False: Event does not occur.(POW-FALSE)

Default value:

True : Event occurs.(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.