TImageEnMView.FilteredCount
Declaration
property FilteredCount: integer; (Read-only)
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
| Demos\Multi\Filtering\Filtering.dpr |
lblFilteredCount.Caption := format('Visible Count: %d of %d', [ImageEnMView1.FilteredCount, ImageEnMView1.ImageCount]);
See Also
◼GetUnfilteredImage