Difference between revisions of "Midware TRequestBroker.AddServerObjectWithReference"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TRequestBroker -> [[Midware_TRequestBroker.AddServerObje…')
(No difference)

Revision as of 14:51, 7 May 2011

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

Definition

procedure AddServerObjectWithReference(ServerObjectClass:TServerObjectClass;ServerObjectInstance:TServerObject);

Description

AddServerObjectWithReference does the same job as AddServerObject and also initialize the reference in added TServerObject to make TServerObject.CopyFromReference works correctly. AddServerObjectWithReference should not be used in normal application servers.