Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.104 DisplayText Property

Description:

Contains the text as displayed by the control.

Used in:

Control

TextBox

Object

TableCell

Value:

The actual text string that is displayed.

If the RenderStyle property is "0-Standard", this is the same as the value of the Text property.

If the RenderStyle property is not "0-Standard" and you move data to the Text property, PowerCOBOL displays the data based on the setting of the RenderText property page. So, the value of the DisplayText property is not the data you set, but it is the text that is actually displayed by the control.

Default value:

None.

COBOL PICTURE:

X, up to 8192 bytes.

OLE data type:

VT_BSTR

Design time access:

Reference only.

Execution time access:

Reference only.

Backward compatibility attributes:

None.