Adds condition to the WHERE clause of SELECT statement in the SQL property.
procedure AddWhere(const Condition: string);
Call the AddWhere method to add a condition to the WHERE clause of SELECT statement in the SQL property.
If SELECT has no WHERE clause, AddWhere creates it.
Note: the AddWhere method is implicitly called by RefreshRecord. The AddWhere method works for the SELECT statements only.
Note: the AddWhere method adds a value to the WHERE condition as is. If you expect this value to be enclosed in brackets, you should bracket it explicitly.