Midware TRequestBroker.OnObjCreate
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.