[fpc-devel] TList.Assign - overloaded implementation

Alexander Todorov alexx.todorov at gmail.com
Thu May 11 13:08:55 CEST 2006


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tlist_assign.txt.tar.bz2
Type: application/x-bzip2
Size: 1021 bytes
Desc: not available
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20060511/43c6fb8a/attachment.bin>


More information about the fpc-devel mailing list