TAstaServerSocket.OnShowServerMessage
Applies to
TAstaServerSocket
Declaration
type TAstaServerShowMessageEvent = procedure(Sender:
TObject;
Msg: string) of object;
Description
This event is used internally by ASTA servers to record server activity. You may want to have this
write to a log file. Note there is a performance penalty of course for writing to a TMemo on an ASTA server
so you should be able to turn this off in production. To control logging on an ASTA server code this event
and use the LogOn
property.