Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.110 EditableLabel Property

Description:

Determines whether the control is used as an editable label (i.e. when you click on the text, it becomes editable).

Used in control(s):

TextBox

Values (with constants):

True - Uses edit window.(POW-TRUE)
False - Does not use edit window.(POW-FALSE)

When it is True, the control has a display state and an editing state.

In the display state, the string position is governed by the Alignment property.

In the editing state, you edit character strings in an editing window.

See the description of the TextBox control for the appearance of the edit window.

It is only effective when the MultiLine property is 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:

Reference only.

Backward compatibility attribute:

None.