TAstaServerSocket.SendSelectPopupMessage
Applies to
TAstaServerSocket
Declaration
procedure
SendSelectPopupMessage(S: string);
Description
This property is used in conjunction with the UserCheckList
property. You can place an "x" next to one or more users and server messages will be selectively
broadcast to the selected users.
Example
procedure TForm1.Button6Click(Sender: TObject);
begin
AstaServerSocket1.SendSelectPopupMessage('This message only goes ' +
'to selected users');
end;
See also, SendSelectCodedMessage.