Midware TServerObject.Initialize
Revision as of 14:21, 9 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TServerObject -> [[Midware_TServerObject.Initialize | Ini…')
Main page -> Midware component reference -> TServerObject -> Initialize
Definition
procedure Initialize; virtual;
Description
he ORB (Object Request Broker, TRequestBroker component) call this method when the server object must be initialized. This is done only ONCE per server run. This procedure can be overriden to place any code needed to initialize global data for the server object.