TAstaProvider.BeforeOpen


 

Applies to
TAstaProvider

 

Declaration
type TAstaProviderOpenEvent = procedure(Sender: TObject;
  ClientSocket: TCustomWinsocket;
  ClientParams:
TAstaParamList) of object

property BeforeOpen: TAstaProviderOpenEvent;

 

Description
This event will fire before the
dataset attached to the TAstaProvider is opened and will contain the ClientParams streamed in from the TAstaclientDataSet.Params property.



ASTA Overview TAstaProvider.BeforeInsert TAstaProvider.Dataset