Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.329 Writable Property

Description:

Indicates whether cells in the column can gain focus and be edited.

Used object:

TableColumn

Values (with constants):

True:Cells can gain focus and be edited(POW-TRUE)

False:Cells cannot gain focus(POW-FALSE)

Default value:

True:Cells can gain focus and be edited(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.