This property sets whether or not the file name of the image in the Thumbnail Control is displayed under the image

[C++Builder]   thumbcontrolname->DispFileName [ = bool ]
[Delphi]   thumbcontrolname.DispFileName [ = Boolean ]

Property Value

Value Explanation
True Displays the file name or a comment
False Does not display the file name or comment

Explanation

The DispFileName property sets whether or not the file name of the image in the Thumbnail Control is displayed under the image. If this property is True, the file name is displayed under the thumbnail image. In order to display a comment under the thumbnail image, you must set this property to true. Then in the ShowThumbImage event set the comment that you would like to display in the Text property.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation