Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The output type to be generated.

Code Block
Object.SetTarget(tuVal)

Parameters

tuVal

The output type to be generated - see to TargetType property or tcTarget parameter of SetParams() method.

Remarks

Applies To: oXFRX

XFRX version: 23 24.0

Examples

Code Block
= EVALUATE([xfrx("XFRX_INIT")])
_Screen.oXFRX.SetTarget("PDF")

...