TAstaProvider.OnBroadCastDecideEvent


 

Applies to
TAstaProvider

ProviderBroadCasts

 

Declaration
type BroadCastOkEvent = procedure(Sender: TObject;
  NewValueDataset: TDataSet;
var BroadCastOK: Boolean) of object;

property OnBroadCastDecideEvent: TBroadCastOKEvent;

 

Description
This event allows you to code TAstaProviders to only broadcast changes if any fields change. By setting the BroadCastOk argument (default is True) you can decide if you want server side changes to be broadcast or not.



ASTA Overview TAstaProvider.Events TAstaProvider.Params