Class TBase (unit Base) |
TObject
Constructors |
Functions |
The class method Register must be defined to permit the derived classes to register themself without any direct reference to the unit level instance of TDeriver and to pass automatically the correct registration parameters.
The class method Match is required to examin creational infos. If they match the requirements for this class true is returned.
Properties |
Events |
Variables |
Constructors |
...} {The class contructor must have a TBaseCreateInfo (derived class may need it) and call the IncInstance method of the unit level instance of TDeriver.
Functions |
The class method DerivedClass must be defined to cast the generic DerivedClass method of TDerived to this class class reference.
The class destructor must call the DecInstance method of the unit level instance of TDeriver.
...
The class method Register must be defined to permit the derived classes to register themself without any direct reference to the unit level instance of TDeriver and to pass automatically the correct registration parameters.
...
The class method Match is required to examin creational infos. If they match the requirements for this class true is returned.
Properties |
Events |
Variables |