TImageEnMView.FilteredCount
Declaration
property FilteredCount: Integer;
Description
Returns the total number of images in the TImageEnMView component that are not hidden due to
Filter or
OnFilter.
Note:
ImageCount returns the total number of images
Read-only
Demo
| Demos\Multi\Filtering\Filtering.dpr |
Example
lblFilteredCount.Caption := Format('Visible Count: %d of %d', [ImageEnMView1.FilteredCount, ImageEnMView1.ImageCount]);
See Also
◼GetUnfilteredImage