Bandname.Text

Description

(RichText presentation style only) The rich text content of the specified band as an ASCII string.

When you use Describe or dot notation, nested quotes are converted to tilde-quote combinations. To get pure RTF data, use the CopyRTF function.

Applies to

DataWindows in the RichText presentation style

Syntax

PowerBuilder dot notation:

dw_control.Object.DataWindow.bandname.Text

Describe and Modify argument:

"DataWindow.bandname.Text { = rtfstring }"