TAstaProvider.AfterRefetch
Applies to
TAstaProvider
Declaration
type TAstaProviderAfterRefetch = procedure(Sender:
TObject;
ClientSocket: TCustomWinSocket; RefetchedDataSet,CurrentValuesDataSet:TDataSet)of
object;
property AfterRefetch: TAstaProviderAfterRefetchEvent;
Description
This event will fire after a refetch using server
side SQL . The CurrentValueDataSet will contain the values from the
client dataset and the RefetchedDataSet contain the values just refetched.