Count property

Applies to
TQDB, TQDBItem, TQDBView

Declaration
property Count : TItemIndex;

Description
The Count property gives the number of items in the QDB file. Admin items are not counted. See also FilteredCount.

If Count is zero, i.e. the file is empty, many operations trigger a WarnNoData event or a EQDBNoData exception..

Run-time only
Read-only