Processing

Description

The type of processing required to display the data in the selected presentation style.

Applies to

DataWindows

Syntax

PowerBuilder dot notation:

dw_control.Object.DataWindow.Processing

Describe argument:

"DataWindow.Processing"

Return values are:

Examples

Example 1

string setting

setting = dw1.Object.DataWindow.Processing

Example 2

setting = dw1.Describe("DataWindow.Processing")