This property sets the text that is displayed on the center of the progress dialog when the RasterToVector method is executing.

[C++Builder]   imagekitcontrolname->Vector->Message [ = UnicodeString ]
[Delphi]   imagekitcontrolname.Vector.Message [ = string ]

Property Value

The text that is displayed on the center of the progress dialog when the RasterToVector method is executing

Explanation

The Message property sets the text that is displayed on the center of the progress dialog when the RasterToVector method is executing. If the ButtonName, Caption, and Message properties have not been set, the progress dialog will not appear and the Progress event will be generated. Conversely, if text has been set in any one of these properties, the progress dialog will appear and the Progress event will not be generated.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation