OnDisconnect Event |
Top Previous Next |
Occurs after the connection with the client ends.
Visual Basic Declaration
OnDisconnect(Sender as Variant)
Delphi Declaration
procedure OnDisconnect(Sender : TObject)
Parameters
Sender: The LPD object that raises the event.
See also OnConnect event.
|