Applies to TUML_Association
DeclarationConstructor Create; Implementation
Constructor TUML_Association.Create; begin inherited Create; fAssociationEnds:= TStringList.Create; End;