This property sets the text that is displayed on the center in the progress dialog

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

Property Value

The text that is displayed on the center in the progress dialog

Explanation

The Message property sets the text that is displayed on the center in the progress dialog. 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 during execution.

Retrieving this value

This value is retrieved during execution.

 

The ImageKit10 VCL is a product created by Newtone Corporation