Midware TRequestBroker.OnObjCreate

From Overbyte
Revision as of 12:50, 24 May 2011 by Marie (talk | contribs) (→‎Definition)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.