Re: SetString



Hans-Peter Diettrich wrote:
Is it really possible, that D7 offers no SetWideString procedure?

Sure, it's possible. It's also possible that SetString is overloaded to handle both types, as it is in Delphi 2005.

Must I really copy WideChar by WideChar, from an PWideChar into an WideString?

Well, you could use SetLength and Move.

--
Rob
.