Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Current »

Picture format of Active-X components converted to pictures.


Object.DefaultPictureFormat = string

Return Value

String
Picture format of Active-X components converted to pictures. Allowed values: “bmp”, “jpg”, "png", "tif", "gif". Default value is “jpg”

Remarks

Applies To: XFRX#INIT, XFRX#LISTENER


Examples

m.loXFRX = EVALUATE([xfrx("XFRX#INIT")])
m.loXFRX.DefaultPictureFormat= "png"
RELE m.loXFRX
  • No labels