DBCScharacterarray Method withDo
Cause the message lnkCallBack to be sent for each character of
this DbcsCharacterArray.
lnkCallBack should be a CallBack pointing to a method which
expects two elements as parameters.
Each time the callback is invoked, the first parameter will
be the element from this collection, and the second
parameter will be the corresponding element from
lnkOtherCharacterarray.
If lnkOtherCharacterarray is of different size to this
DbcsCharacterArray then raise an exception.
Using Parameters
| lnkOtherCharacterArray |
OBJECT |
| lnkCallBack |
OBJECT |