The type of processing required to display the data in the selected presentation style.
DataWindows
PowerBuilder dot notation:
dw_control.Object.DataWindow.Processing
Describe argument:
"DataWindow.Processing"
Return values are:
0 – (Default) Form, group, n-up, or tabular
1 – Grid
2 – Label
3 – Graph
4 – Crosstab
5 – Composite
6 – OLE
7 – RichText
8 – TreeView
9 – TreeView with Grid
string setting
setting = dw1.Object.DataWindow.Processing
setting = dw1.Describe("DataWindow.Processing")