FilteredCount property

Applies to
TQDB, TQDBItem, TQDBView

Declaration
property FilteredCount : TItemIndex;

Description
The FilteredCount property gives the number of items in the QDB file which match the current Filter. Admin items are not counted. Each access of the FilteredCount property performs a brute force scan of the index so extensive use of this property is not recommended.

The true number of items (ignoring any filter) is given by Count.

Run-time only
Read-only