ADO Database Delphi

Question:
Why doesn't the expression Count(Table1.Field1) return the
right value?
Answer:
The Count function in the expression builder returns a number
that increments by 1 with every call to Count. It does not
behave like the SQL Count function.