UnRegisterAxit

 (Available in 00 TS Tools(Base) - TS_Tools_Destructor)

Source

METHOD UnRegisterAxit( ) CLASS TS_Destructor
   TSTrace Enter
   IF SELF:_Axited==1U
      SELF:_Axited:=0U
      IF IsDynPtr( PTR( _CAST, SELF ) )
         UnRegisterAxit( SELF )
      END
   END
   TSTrace Leave
RETURN SELF