Versions Compared

Key

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

Picture format of Active-X components converted to pictures.

Code Block
Object.SetDefaultPictureFormat(tuVal)

Parameters

tuVal

Picture format of Active-X components converted to pictures - see to DefaultPictureFormat property.

Remarks

Applies To: oXFRX

XFRX version: 23 24.0

Examples

Code Block
= EVALUATE([xfrx("LOADRL")])
_Screen.oXFRX.SetDefaultPictureFormat("png")

...