Used to enable automatic refresh of a dataset every AutoRefreshInterval seconds.
property AutoRefresh: boolean default False;
If True, dataset will be automatically refreshed every AutoRefreshInterval seconds. If dataset has at least one key field and a TIMESTAMP field, the TCustomMSDataSet.RefreshQuick method will be executed, otherwise the Refresh method will be executed.