Midware TRequestBroker.AddServerObjectWithReference
Revision as of 14:51, 7 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TRequestBroker -> [[Midware_TRequestBroker.AddServerObje…')
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.