TAstaClientDataSet.ProviderBroadCast
Applies to
TAstaClientDataSet
TBroadcastAction = (baIgnore, baCache, baAuto);
Declaration
property ProviderBroadCast: TProviderBroadCastOptions;
property RegisterForBroadCast:Boolean;
property CacheBroadcastsWhenEdit:Boolean;
property BroadCastAction:TBroadCastAction;
Description
The ProviderBroadCase property contains 3 sub properties RegisterForBroadcast
used to register a client to receive broadcasts from a TAstaProvider,
CachedBroadCastsWhenEdit,
updates the OldValuesDataSet on broadcasts and BroadCastAction
which allows you to control control what happens when a provider broadcast is received.
See also Provider Broadcasts.