Midware TServerObject.FOnDisplay
Main page -> Midware component reference -> TServerObject -> FOnDisplay
Definition
<syntaxhighlight lang="delphi"> type
TDisplayEvent = procedure (Sender : TObject; Msg : String) of object;
</syntaxhighlight>
protected FOnDisplay : TDisplayEvent;
Description
FOnDisplay is used for debugging purpose. It allows a TServerObject to display informations using ORB same event.