Versions Compared

Key

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

Specify mode for converts text to images.

Code Block
Object.SetTextToImage(tuVal)

Parameters

tuVal

Specify mode for converts text to images - see to cTextToImage property.

Remarks

Applies To: oXFRX

XFRX version: 23 24.0

Examples

Code Block
= EVALUATE([xfrx("LOADRL")])
_Screen.oXFRX.SetTextToImage("ALL")

...