Difference between revisions of "Midware TServerObject.GiveRequest"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TServerObject -> [[Midware_TServerObject.Give Request | G…') |
|||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | ''' | + | '''protected''' GiveRequest(RqBuffer : PChar; RqLength : Integer); virtual; |
== Description == | == Description == | ||
The ORB (Object Request Broker, TRequestBroker component) call this method to pass a request from the client to the server object. Normally not used in TServerObject descending components. | The ORB (Object Request Broker, TRequestBroker component) call this method to pass a request from the client to the server object. Normally not used in TServerObject descending components. |
Latest revision as of 14:47, 24 May 2011
Main page -> Midware component reference -> TServerObject -> GiveRequest
Definition
protected GiveRequest(RqBuffer : PChar; RqLength : Integer); virtual;
Description
The ORB (Object Request Broker, TRequestBroker component) call this method to pass a request from the client to the server object. Normally not used in TServerObject descending components.