Midware TAppSrvClient.FunctionCode

From Overbyte
Revision as of 07:37, 3 May 2011 by Marie (talk | contribs)
Jump to navigation Jump to search

FunctionCode property is to be accessed from the OnRequestDone eMidware component reference]] -> TAppSrvClient -> FunctionCode

Definition

property FunctionCode: String;

Description

The function code is a string which is used by the application server to know which server object to instanciate to execute the request. It can be anything but default in the server to the server object name without the leading TServerObject. For example if you made a server object whose class name is TServerObjectGETCLIENT then the function code will be GETCLIENT. This behaviour can be overriden in the server object by overriding the BuildFunctionCode procedure. The function code is case insensitive and must not contain any space or control characters.