Midware TRequestBroker.OnObjCreate

From Overbyte
Jump to navigation Jump to search

Main page -> Midware component reference -> TRequestBroker -> OnObjectCreate

Definition

<syntaxhighlight lang="delphi"> type

  TInstanciationEvent = procedure (Sender : TObject; ServerObject : TServerObject) of object;

</syntaxhighlight>


property OnObjectCreate: TInstanciationEvent;

Description

OnObjCreate can be used to update the user interface or to log server activity into a log file.

Occurs when an object has been instanciated.