TAstaServerSocket.SendBroadcastPopUp


 

Applies to
TAstaServerSocket

 

Declaration
procedure SendBroadcastPopUp(S: string);

 

Description
There are two methods that allow you to send broadcasts to connected clients.

The fist method, SendBroadcastPopup is intrusive and will display the message in a ShowMessage dialog box. This type of broadcast is appropriate for administrative messages.

The second method, SendBroadcastEvent, allows you to broadcast a message and control the way that it appears at the client. It must be used in conjunction with the AstaClientSocket's OnServerBroadcast event.



ASTA Overview TAstaServerSocket.SendBroadcastEvent TAstaServerSocket.SendCodedMessage