Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.161 LabelEdit Property

Description:

Indicates whether node labels can be edited within the control when the label is clicked.

Used in control(s):

ListView

TreeView

Values (with constants):

True - Labels can be edited.(POW-TRUE)
False - Labels cannot be edited.(POW-FALSE)

ListView

The edited string changes the Text property of the ListItem object.

TreeView

The edited string changes the Text property of the Node object.

Default value:

True(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.