This method selects a thumbnail image.

[C++Builder]   [ bool = ]thumbcontrolname->SelectImage(short ImageNumber)
[Delphi]   [ Boolean = ]thumbcontrolname.SelectImage(ImageNumber: Smallint)

Parameters

Name Explanation
ImageNumber The sequential number of the thumbnail image (starts from 1)

Return Value

Returns True if successful, returns False when not successful.

Explanation

The SelectImage method selects a thumbnail image. When the EnableSelectMultiFiles property is False, the last selected thumbnail image is selected, all previously selected thumbnail images will be deselected. By setting the ImageNumber parameter value in the ThumbArrayNum property, the ThumbArrayFileName, ThumbArrayPage, and ThumbArrayPathName properties can be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation