This method acquires the thumbnail image.

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

Parameters

None

Return Value

Returns True when successful, returns False when not successful.

Explanation

The GetFiles method acquires the thumbnail image. To execute this method, it is necessary to set the ReadMode property and the following properties in advance:

(1) When specifying the folder name and file extension:

      Set valid values for FilePath and FileExtension properties.

(2) When specifying the file name:

     Set ListOfFileNames property to a list of file names and FilePath property to an empty string

Also, if the thumbnail file (ThumbnailFile property) does not exist, or if it does exist and you want to get the thumbnail image without using it, you can sort using Sort, SortDate, SortOrder properties.

 

The ImageKit10 VCL is a product created by Newtone Corporation