This method displays the thumbnail images.

[C++Builder]   [ bool = ]thumbcontrolname->Display()
[Delphi]   [ Boolean = ]thumbcontrolname.Display

Parameters

None

Return Value

Returns True when successful, returns False when not successful.

Explanation

The Display method displays the thumbnail images. To execute this method, it is necessary to first execute the GetFiles method to retrieve the data from the image files that will be displayed as thumbnails. The ColCount and RowCount properties must also be set.

 

The ImageKit10 VCL is a product created by Newtone Corporation