Create method

Applies to
TUML_Association

Declaration
Constructor Create;

Implementation

Constructor TUML_Association.Create;
begin
  inherited Create;
  fAssociationEnds:= TStringList.Create;
End;