This property sets the file path to the directories containing the images.

[C++Builder]   thumbcontrolname->FilePath [ = UnicodeString ]
[Delphi]   thumbcontrolname.FilePath [ = string ]

Property Value

A string value denoting the path to the image files

Explanation

The FilePath property sets the file path to the directories containing the images. when setting multiple directories in the FilePath property, please separate the entries with a semicolon.

Example:

   VIkThumb1.FileExt = "BMP;JPG;PNG; "

If you want to display only specific files in the folder, set the file names to be displayed in the ListOfFileNames property and set an empty string in the FilePath 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