This property displays text on the button in the progress dialog.

[C++Builder]   imagekitcontrolname->FileIO->ButtonName[ = UnicodeString ]
[Delphi]   imagekitcontrolname.FileIO.ButtonName[ = string ]

Property Value

A string value that is displayed on the button in the progress dialog

Explanation

The ButtonName property displays text on the button in the progress dialog. If the ButtonName, Caption, and Message properties have not been set, the progress dialog box will not appear and the Progress event will be generated. On the other hand, if text has been set in any one of these properties, the progress dialog box 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