A list describing the selected data in the DataWindow. Each column’s data is separated by a tab and each row is on a separate line.
DataWindows (Crosstab and Grid presentation styles only)
PowerBuilder dot notation:
dw_control.Object.DataWindow.Selected.Data
Describe argument:
"DataWindow.Selected.Data"
string setting
setting = dw1.Object.DataWindow.Selected.Data
setting = dw1.Describe("DataWindow.Selected.Data")