Midware TServerObject.FServerObjectClass
Jump to navigation
Jump to search
Main page -> Midware component reference -> TServerObject -> FServerObjectClass
Definition
<syntaxhighlight lang="delphi"> type
TServerObjectClass = class of TServerObject;
</syntaxhighlight>
protected FServerObjectClass: TServerObjectClass;
Description
FServerObjectClass is initialized in constructor with ClassType for the current TServerObject. It is later used by RequestBroker to instanciate the TServerObject. Normaly not used by TServerObject descendent.