This property sets the list of the image filenames displayed in the thumbnail control.

[C++ Builder]   thumbcontrolname->ListOfFileNames [ = TStringDynArray ]
[Delphi]   thumbcontrolname.ListOfFileNames [ = TStringDynArray ]

Reference

The list of filenames (can be just one)

Explanation

The ListOfFileNames property sets the list of the image filenames displayed in the thumbnail control. It is used to display only specific files that exist in multiple folders or one folder. When specifying multiple files, separate the file names with a semicolon (;).

If you want to use a list of file names, set the FilePath property to an empty string to disable it. WhentThe ListOfFileNames property is enabled, the value of the FileExt property is ignored. Also, set the filenames using a full path or relative path.

Setting this value

This value can be set at run-time

Retrieving this value

This value can be retrieved at run-time

 

The ImageKit10 VCL is a product created by Newtone Corporation