Midware TServerObject.BuildFunctionCode
Revision as of 09:56, 9 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TServerObject -> [[Midware_TServerObject.BuildFunctionCod…')
Main page -> Midware component reference -> TServerObject -> BuildFunctionCode
Definition
procedure BuildFunctionCode: virtual;
Description
BuildFunctionCode will initialize FFunctionCode with the function code handled by the ServerObject. Default to the class name without TServerObject.
BuildFunctionCode is called by the ORB (Object Request Broker) when building his object table. Most TServerObject do not need to override this method unless it wants to have a FFunction code not derived from the class name.