ImageEn, unit iexFolderMView

TImageEnFolderMView.FileLimit

TImageEnFolderMView.FileLimit

Declaration

property FileLimit: Integer;

Description

Specifies the maximum number of images to retrieve from a folder. If this is -1 (default) then all images are retrieved.

Default: -1

Note: Changing this property will not affect the current content. The change will occur next time the folder is refreshed.

Example

// Load no more than 500 files from the current folder
IEFolderMView1.FileLimit := 500;
IEFolderMView1.RefreshFileList();

See Also

SubFolderLimit