type

type

TObjectArray = TArray;

It nags me that I can’t create a record helper for a generic type.

TObjectArrayHelper record helper for TObjectArray

procedure DisposeAll;

procedure Add(aElement: T);

procedure Remove(aElement:T);

procedure Dispose(aElement:T);

end;

2 thoughts on “type

Leave a Reply