Difference between revisions of "Midware TServerObject.GiveRequest"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TServerObject -> [[Midware_TServerObject.Give Request | G…')
(No difference)

Revision as of 14:20, 9 May 2011

Main page -> Midware component reference -> TServerObject -> GiveRequest

Definition

procedure 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.