Destroy method

Applies to
TUML_Association

Declaration
Destructor Destroy;

Implementation

Destructor TUML_Association.Destroy;
begin
  L1Strings_DeepFree(fAssociationEnds);

  inherited Destroy;
End;