Selected.Data DataWindow object property
Description
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.
Controls
DataWindows (Crosstab and Grid presentation styles only)
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.Selected.Data |
Describe argument:
1 |
"DataWindow.Selected.Data" |
Examples
1 |
string setting |
1 |
setting = dw1.Object.DataWindow.Selected.Data |
1 |
setting = dw1.Describe("DataWindow.Selected.Data") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments