Midware TServerObject.FServerObjectClass

From Overbyte
Jump to navigation Jump to search

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

Definition

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.