This property refers to the image type

[C++Builder]   imagekitcontrolname->ImageKind[= TVIkImageKind ]
[Delphi]   imagekitcontrolname.ImageKind[= TVIkImageKind ]

[TVIkImageKind Type]

Unit
     IkInit

type
     TVIkImageKind = (vikInvalidImage, vikRasterImage, vikVectorWMF, vikVectorEMF, vikVectorDXF, vikVectorSVG, vikVectorSXF);

Property Value

Value Explanation
vikInvalidImage Unknown
vikRasterImage Raster image
vikVectorWMF WMF
vikVectorEMF EMF
vikVectorDXF DXF
vikVectorSVG SVG
vikVectorSXF SXF

Explanation

The ImageKind property refers to the image type. When the ImageHandle property is set the values of the ImageKind property are automatically set.

Setting this value

This value cannot be set.

Retrieving this value

This value can be retrieved at run-time.

Differences from the ImageKit7/8/9/10 ActiveX

The VCL constants have a "v". In ActiveX, the constants are ikErrorImage, ikRasterImage, ikVectorWMF, ikVectorEMF, ikVectorDXF, ikVectorSVG, and ikVectorSXF. ikErrorImage is changed to vikInvalidImage.

 

The ImageKit10 VCL is a product created by Newtone Corporation