TAstaClientDataSet.RegisterProviderForUpdates
Applies to
TAstaClientDataSet
Declaration
procedure RegisterProviderForUpdates(Activate: Boolean);
Description
RegisterProviderForUpdates registers an AstaClientDataSet to be
notified of any changes to a remote AstaProvider. By default, an AstaClientDataset will not be notified
of any changes made by itself unless the AstaProvider.BroadCastsToOriginalClient property is set to True.
RegisterProviderForUpdates is automatically called if the AstaClientDataSet.ProviderBroadCast.RegisterForBroadCast is set to True. To unregister an AstaClientDataSet call UnRegisterProviderForUpdates.