Destroy method

Applies to
TUML_Classifier

Declaration
Destructor Destroy;

Implementation

Destructor TUML_Classifier.Destroy;
begin
  L1Strings_DeepFree(fFeatures);

  inherited Destroy;
End;