Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.111 EditWhenGotFocus Property

Description:

Determines whether the Edit event occurs when the edit box receives focus, and when data can be entered.

Used in control(s):

Edit

Values (with constants):

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

Default value:

False: Event does not occur.(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.