[fpc-devel] TList.Assign - overloaded implementation

Florian Klaempfl florian at freepascal.org
Thu May 11 20:07:45 CEST 2006


Alexander Todorov wrote:
> Hello,
> 
> procedure TList.Assign(ListA: TList; AOperator: TListAssignOp; ListB:
> TList);
> 
> exists in Delphi that allows you to assign to a TList object the
> result of the operation
> 'ListA   AOperator  ListB'. This can be : copy, and, xor for example.
> 
> The attached file contains and implementation of this, maybe it needs
> to be improved.

It is a plain copy of the delphi source code so it can't be used.



More information about the fpc-devel mailing list