Description: | Contains the text as displayed by the control. The string is held in an array so always use an index when referencing the DisplayText property. |
Used in object: | ListItemList |
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 of the ListItem object. If the RenderStyle property is not "0-Standard" and you move data to the Text, 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: | Not accessible. |
Execution time access: | Reference only. |
Backward compatibility attributes: | None. |