TAstaProvider.AstaServerSocket


 

Applies to
TAstaProvider

 

Declaration
property AstaServerSocket: TObject;

 

Description
This provides a pointer back to the AstaServerSocket in case you want to make any
thread safe ASTA messaging calls using the TAstaProvider on the server DataModule. The property can be type cast back to a TAstaServerSocket.

 

 

 

Example

 

TAstaServerSocket(MyProvider).AstaServerSocket.SendCodedMessage(ClientSocket,100,'Hello From the Provider);

 

 



ASTA Overview TAstaProvider.AfterInsert TAstaProvider.BeforeDelete