Hi,
I noticed that this was not fixed in latest release 2.2.0.0
The DictionaryAssocation class misses a crucial property
TDictionaryAssociation = record
private
FAssociationName: string;
public
property AssName: string read FAssociationName; //Added by Kick Martens, missing property
constructor Create(AAssociationName: string);
end;
Without it, its rather useless
Fixed,next update will include it. Thanks for reporting.