Used for dataset to locally remove record on refresh if it does not match filter condition (WHERE clause for refresh SQL) anymore.
property RemoveOnRefresh: boolean;
When the RemoveOnRefresh property is set to True, dataset locally removes record on refresh if it does not match filter condition (WHERE clause for refresh SQL) anymore. The default value is True.