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; "

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 ImageKit9 VCL is a product created by Newtone Corporation